Adding padding:0px to '.catlinks ul' (Follow-up r92054). Browsers sometimes have...
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 17 Sep 2011 18:01:54 +0000 (18:01 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 17 Sep 2011 18:01:54 +0000 (18:01 +0000)
skins/common/shared.css

index 04afcce..ed7e517 100644 (file)
@@ -286,6 +286,7 @@ input#wpSummary {
 .catlinks ul {
        display: inline;
        margin: 0px;
+       padding: 0px;
        list-style: none;
        list-style-type: none;
        list-style-image: none;