From 2c6157ca84ffed6fc7c1bb843ffa7645ab5f1a16 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sat, 15 Oct 2011 23:51:24 +0000 Subject: [PATCH] Add 'padding: 0;' for '.catlinks ul' in commonPrint as well * 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 0d4a0db3bf..97b0526831 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -372,6 +372,7 @@ p { .catlinks ul { display: inline; margin: 0; + padding: 0; list-style: none; list-style-type: none; list-style-image: none; -- 2.20.1