r99935 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99934‎ | r99935 | r99936 >
Date:23:51, 15 October 2011
Author:krinkle
Status:ok
Tags:
Comment:
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)
Modified paths:
  • /trunk/phase3/skins/common/commonPrint.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/commonPrint.css
@@ -372,6 +372,7 @@
373373 .catlinks ul {
374374 display: inline;
375375 margin: 0;
 376+ padding: 0;
376377 list-style: none;
377378 list-style-type: none;
378379 list-style-image: none;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97381Adding padding:0px to '.catlinks ul' (Follow-up r92054). Browsers sometimes h...krinkle18:01, 17 September 2011

Status & tagging log