r96775 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96774‎ | r96775 | r96776 >
Date:09:16, 11 September 2011
Author:diebuche
Status:ok
Tags:
Comment:
Adress fixme on r92054: Style print
Modified paths:
  • /trunk/phase3/skins/common/commonPrint.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/commonPrint.css
@@ -351,3 +351,29 @@
352352 orphans: 3;
353353 }
354354
 355+/**
 356+ * Categories
 357+ */
 358+.catlinks ul {
 359+ display: inline;
 360+ margin: 0px;
 361+ list-style: none;
 362+ list-style-type: none;
 363+ list-style-image: none;
 364+ vertical-align: middle !ie;
 365+}
 366+
 367+.catlinks li {
 368+ display: inline-block;
 369+ line-height: 1.15em;
 370+ padding: 0 .4em;
 371+ border-left: 1px solid #AAA;
 372+ margin: 0.1em 0;
 373+ zoom: 1;
 374+ display: inline !ie;
 375+}
 376+
 377+.catlinks li:first-child {
 378+ padding-left: .2em;
 379+ border-left: none;
 380+}
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r974141.18: MFT r96775, r97362, r97365, r97381catrope11:36, 18 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92054Render category links as an HTML list. Bug 12261. Based on patch by Thana & B...diebuche10:41, 13 July 2011

Status & tagging log