Add 'padding: 0;' for '.catlinks ul' in commonPrint as well
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 15 Oct 2011 23:51:24 +0000 (23:51 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 15 Oct 2011 23:51:24 +0000 (23:51 +0000)
* Follows-up r97381 adding it to shared.css
* Reason: Several browsers have defaults like padding-left: 40px; for unordered lists. That looks rather ugly if the list is used with inline list items (as is the case for cat links)

skins/common/commonPrint.css

index 0d4a0db..97b0526 100644 (file)
@@ -372,6 +372,7 @@ p {
 .catlinks ul {
        display: inline;
        margin: 0;
+       padding: 0;
        list-style: none;
        list-style-type: none;
        list-style-image: none;