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 @@
281
281
/**
282
282
* Categories
283
283
*/
284
-#catlinks ul {
284
+.catlinks ul {
285
285
display: inline;
286
286
margin: 0px;
287
287
list-style: none;
—
—
@@ -289,7 +289,7 @@
290
290
vertical-align: middle !ie;
291
291
}
292
292
293
-#catlinks li {
293
+.catlinks li {
294
294
display: inline-block;
295
295
line-height: 1.35em;
296
296
padding: 0 .7em;
—
—
@@ -299,7 +299,7 @@
300
300
display: inline !ie;
301
301
}
302
302
303
-#catlinks li:first-child {
303
+.catlinks li:first-child {
304
304
padding-left: .4em;
305
305
border-left: none;
306
306
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r92054
Render category links as an HTML list.
Bug 12261
. Based on patch by Thana & B...
diebuche
10:41, 13 July 2011
Status & tagging log
03:29, 7 September 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r96390
[
removed:
new
added:
ok]