MWBook/CSS Table: Revision history

From KB42

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.

2 November 2023

  • curprev 19:4119:41, 2 November 2023 AdminKB42 talk contribs 485 bytes +485 Created page with "<syntaxhighlight lang="css"> .wikitable{ background-color:#f8f9fa; color:#202122; margin:1em 0; border:1px solid #a2a9b1; border-collapse:collapse } .wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td { border:1px solid #a2a9b1; padding:0.2em 0.4em } .wikitable > tr > th,.wikitable > * > tr > th{ background-color:#eaecf0; text-align:center } .wikitable > caption{ font-weight:bold } </syntax..."