Patch from Erwin Dokter Bug #31547 — “Category links need less spacing and better...
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 26 Oct 2011 20:50:16 +0000 (20:50 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 26 Oct 2011 20:50:16 +0000 (20:50 +0000)
Applying since the this was already tried at enwiki. http://en.wikipedia.org/w/index.php?&diff=prev&oldid=454764019

skins/common/shared.css

index 002444d..0f6d9e0 100644 (file)
@@ -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;
 }
 /**