Partially revert increased wikitable padding
authorErwin Dokter <erwin@darcoury.nl>
Sun, 22 Mar 2015 15:48:45 +0000 (15:48 +0000)
committerMZMcBride <w@mzmcbride.com>
Sun, 22 Mar 2015 16:02:30 +0000 (16:02 +0000)
Follow up to 33cfd0bc. This change sparked discussion on enwiki
and Diffusion. In the original patch, consensus settled on 0.2em 0.4em,
but 0.3em 0.4em was applied instead. This patch implements the original,
as discussed in T91890.

Bug: T91890
Change-Id: I271424cb2c3e595223b33b112b48b2f7b46286c5

resources/src/mediawiki.legacy/shared.css

index 56e4625..eac3069 100644 (file)
@@ -528,7 +528,7 @@ table.wikitable > tr > td,
 table.wikitable > * > tr > th,
 table.wikitable > * > tr > td {
        border: 1px solid #aaa;
-       padding: 0.3em 0.4em;
+       padding: 0.2em 0.4em;
 }
 
 table.wikitable > tr > th,