r96390 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96389‎ | r96390 | r96391 >
Date:00:37, 7 September 2011
Author:dantman
Status:ok
Tags:
Comment:
Followup r92054, these should use css classes not ids.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -280,7 +280,7 @@
281281 /**
282282 * Categories
283283 */
284 -#catlinks ul {
 284+.catlinks ul {
285285 display: inline;
286286 margin: 0px;
287287 list-style: none;
@@ -289,7 +289,7 @@
290290 vertical-align: middle !ie;
291291 }
292292
293 -#catlinks li {
 293+.catlinks li {
294294 display: inline-block;
295295 line-height: 1.35em;
296296 padding: 0 .7em;
@@ -299,7 +299,7 @@
300300 display: inline !ie;
301301 }
302302
303 -#catlinks li:first-child {
 303+.catlinks li:first-child {
304304 padding-left: .4em;
305305 border-left: none;
306306 }

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