Index: trunk/phase3/skins/chick/main.css |
— | — | @@ -383,26 +383,9 @@ |
384 | 384 | padding: 0; |
385 | 385 | } |
386 | 386 | |
387 | | -/* Page history styling */ |
388 | | -/* the auto-generated edit comments */ |
389 | | -.autocomment { color: gray; } |
390 | | -#pagehistory .history-user { |
391 | | - margin-left: 1.4em; |
392 | | - margin-right: 0.4em; |
393 | | -} |
394 | | -#pagehistory span.minor { font-weight: bold; } |
395 | | -#pagehistory li { border: 1px solid White; } |
396 | | -#pagehistory li.selected { |
397 | | - background-color:#f9f9f9; |
398 | | - border:1px dashed #aaaaaa; |
399 | | -} |
400 | | - |
401 | 387 | a.external { color: #3366bb; } |
402 | | - |
403 | 388 | div#footer { text-align: center; } |
404 | | - |
405 | 389 | ul#f-list li { list-style: none; text-align: center; } |
406 | | - |
407 | 390 | div.portlet { margin: 0.5em 0; } |
408 | 391 | |
409 | 392 | .redirectText { |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -540,26 +540,6 @@ |
541 | 541 | padding: 0; |
542 | 542 | } |
543 | 543 | |
544 | | -/* Page history styling */ |
545 | | -/* the auto-generated edit comments */ |
546 | | -.autocomment { |
547 | | - color: gray; |
548 | | -} |
549 | | -#pagehistory .history-user { |
550 | | - margin-left: 1.4em; |
551 | | - margin-right: .4em; |
552 | | -} |
553 | | -#pagehistory span.minor { |
554 | | - font-weight: bold; |
555 | | -} |
556 | | -#pagehistory li { |
557 | | - border: 1px solid white; |
558 | | -} |
559 | | -#pagehistory li.selected { |
560 | | - background-color: #f9f9f9; |
561 | | - border: 1px dashed #aaa; |
562 | | -} |
563 | | - |
564 | 544 | /* |
565 | 545 | ** keep the whitespace in front of the ^=, hides rule from konqueror |
566 | 546 | ** this is css3, the validator doesn't like it when validating as css2 |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -597,26 +597,6 @@ |
598 | 598 | overflow: hidden; |
599 | 599 | } |
600 | 600 | |
601 | | -.autocomment { |
602 | | - color: gray; |
603 | | -} |
604 | | - |
605 | | - |
606 | | -#pagehistory .history-user { |
607 | | - margin-left: 1.4em; |
608 | | - margin-right: .4em; |
609 | | -} |
610 | | -#pagehistory span.minor { |
611 | | - font-weight: bold; |
612 | | -} |
613 | | -#pagehistory li { |
614 | | - border: 1px solid white; |
615 | | -} |
616 | | -#pagehistory li.selected { |
617 | | - background-color: #f9f9f9; |
618 | | - border: 1px dashed #aaa; |
619 | | -} |
620 | | - |
621 | 601 | /* disable interwiki styling */ |
622 | 602 | #mw_content a.extiw, |
623 | 603 | #mw_content a.extiw:active { |
Index: trunk/phase3/skins/common/oldshared.css |
— | — | @@ -101,16 +101,6 @@ |
102 | 102 | /* Page history styling */ |
103 | 103 | /* the auto-generated edit comments */ |
104 | 104 | .autocomment { color: #4b4b4b; } |
105 | | -#pagehistory .history-user { |
106 | | - margin-left: 1.4em; |
107 | | - margin-right: 0.4em; |
108 | | -} |
109 | | -#pagehistory span.minor { font-weight: bold; } |
110 | | -#pagehistory li { border: 1px solid White; } |
111 | | -#pagehistory li.selected { |
112 | | - background-color:#f9f9f9; |
113 | | - border:1px dashed #aaaaaa; |
114 | | -} |
115 | 105 | |
116 | 106 | img { border: none; } |
117 | 107 | |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -109,3 +109,16 @@ |
110 | 110 | padding-right: 1.5em; |
111 | 111 | } |
112 | 112 | |
| 113 | +/* Page history styling */ |
| 114 | +/* the auto-generated edit comments */ |
| 115 | +.autocomment { color: gray; } |
| 116 | +#pagehistory .history-user { |
| 117 | + margin-left: 1.4em; |
| 118 | + margin-right: 0.4em; |
| 119 | +} |
| 120 | +#pagehistory span.minor { font-weight: bold; } |
| 121 | +#pagehistory li { border: 1px solid white; } |
| 122 | +#pagehistory li.selected { |
| 123 | + background-color: #f9f9f9; |
| 124 | + border: 1px dashed #aaa; |
| 125 | +} |
Index: trunk/phase3/skins/simple/main.css |
— | — | @@ -258,16 +258,8 @@ |
259 | 259 | } |
260 | 260 | |
261 | 261 | .diffchange { background-color: #FFCDF3; text-decoration: none; } |
262 | | -.autocomment { color: grey; } |
263 | | -#pagehistory .history-user { |
264 | | - margin-left: 1.4em; |
265 | | - margin-right: 0.4em; |
266 | | -} |
267 | | -#pagehistory span.minor { font-weight: bold; } |
268 | | -#pagehistory li.selected { |
269 | | - background-color:#f9f9f9; |
270 | | - border:1px dashed #aaaaaa; |
271 | | -} |
| 262 | +#pagehistory li { border: none; } |
| 263 | + |
272 | 264 | span.urlexpansion { |
273 | 265 | display: none; |
274 | 266 | } |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1343,7 +1343,7 @@ |
1344 | 1344 | * to ensure that client-side caches don't keep obsolete copies of global |
1345 | 1345 | * styles. |
1346 | 1346 | */ |
1347 | | -$wgStyleVersion = '130'; |
| 1347 | +$wgStyleVersion = '131'; |
1348 | 1348 | |
1349 | 1349 | |
1350 | 1350 | # Server-side caching: |