From: Erwin Dokter Date: Sun, 22 Mar 2015 15:48:45 +0000 (+0000) Subject: Partially revert increased wikitable padding X-Git-Tag: 1.31.0-rc.0~11777^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=3abea9e6a235c8969fe434265dcc4f9237d1ed43;p=lhc%2Fweb%2Fwiklou.git Partially revert increased wikitable padding 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 --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 56e4625a58..eac3069cb0 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -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,