From: Mark A. Hershberger Date: Wed, 26 Oct 2011 20:50:16 +0000 (+0000) Subject: Patch from Erwin Dokter Bug #31547 — “Category links need less spacing and better... X-Git-Tag: 1.31.0-rc.0~26898 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=c5b6672ce1e9a50316a10e7c1c863ba74be0e0f1;p=lhc%2Fweb%2Fwiklou.git Patch from Erwin Dokter Bug #31547 — “Category links need less spacing and better wrapping” Applying since the this was already tried at enwiki. http://en.wikipedia.org/w/index.php?&diff=prev&oldid=454764019 --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 002444dff8..0f6d9e0cd3 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -295,16 +295,16 @@ input#wpSummary { .catlinks li { display: inline-block; - line-height: 1.35em; - padding: 0 .7em; + line-height: 1em; border-left: 1px solid #AAA; - margin: 0.3em 0; + margin: 0.25em 0; + padding: 0 0.5em; zoom: 1; display: inline !ie; } .catlinks li:first-child { - padding-left: .4em; + padding-left: 0.25em; border-left: none; } /**