From: Krinkle Date: Sat, 15 Oct 2011 23:51:24 +0000 (+0000) Subject: Add 'padding: 0;' for '.catlinks ul' in commonPrint as well X-Git-Tag: 1.31.0-rc.0~27073 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=2c6157ca84ffed6fc7c1bb843ffa7645ab5f1a16;p=lhc%2Fweb%2Fwiklou.git 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) --- 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;