Module:Infobox/styles.css: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 January 2023

  • curprev 06:3806:38, 28 January 2023Nomad talk contribs 1,417 bytes +1,417 Created page with ".infobox { max-width: 400px; font-size: 0.875rem; background-color: var( --color-surface-2 ); border-radius: var( --border-radius--large ); border-collapse: collapse; line-height: var( --line-height-sm ); } →‎We use grid to create the infobox layout: .infobox tbody, .infobox th, .infobox td { display: block; } .infobox tr { display: grid; margin-left: 1rem; margin-right: 1rem; } .infobox tr + tr { margin-top: 0.5rem; } .infobox th { text-align..."