Index: trunk/phase3/skins/chick/main.css |
— | — | @@ -386,7 +386,7 @@ |
387 | 387 | /* Page history styling */ |
388 | 388 | /* the auto-generated edit comments */ |
389 | 389 | .autocomment { color: gray; } |
390 | | -#pagehistory span.user { |
| 390 | +#pagehistory .history-user { |
391 | 391 | margin-left: 1.4em; |
392 | 392 | margin-right: 0.4em; |
393 | 393 | } |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -545,7 +545,7 @@ |
546 | 546 | .autocomment { |
547 | 547 | color: gray; |
548 | 548 | } |
549 | | -#pagehistory span.user { |
| 549 | +#pagehistory .history-user { |
550 | 550 | margin-left: 1.4em; |
551 | 551 | margin-right: .4em; |
552 | 552 | } |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -602,7 +602,7 @@ |
603 | 603 | } |
604 | 604 | |
605 | 605 | |
606 | | -#pagehistory span.user { |
| 606 | +#pagehistory .history-user { |
607 | 607 | margin-left: 1.4em; |
608 | 608 | margin-right: .4em; |
609 | 609 | } |
Index: trunk/phase3/skins/common/oldshared.css |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | /* Page history styling */ |
103 | 103 | /* the auto-generated edit comments */ |
104 | 104 | .autocomment { color: #4b4b4b; } |
105 | | -#pagehistory span.user { |
| 105 | +#pagehistory .history-user { |
106 | 106 | margin-left: 1.4em; |
107 | 107 | margin-right: 0.4em; |
108 | 108 | } |
Index: trunk/phase3/skins/common/common_rtl.css |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | margin-right: 18em; |
16 | 16 | } |
17 | 17 | /* page history */ |
18 | | -#pagehistory span.user { |
| 18 | +#pagehistory .history-user { |
19 | 19 | margin-right: 1.4em; |
20 | 20 | margin-left: 0.4em; |
21 | 21 | } |
Index: trunk/phase3/skins/simple/main.css |
— | — | @@ -259,7 +259,7 @@ |
260 | 260 | |
261 | 261 | .diffchange { background-color: #FFCDF3; text-decoration: none; } |
262 | 262 | .autocomment { color: grey; } |
263 | | -#pagehistory span.user { |
| 263 | +#pagehistory .history-user { |
264 | 264 | margin-left: 1.4em; |
265 | 265 | margin-right: 0.4em; |
266 | 266 | } |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1338,7 +1338,7 @@ |
1339 | 1339 | * to ensure that client-side caches don't keep obsolete copies of global |
1340 | 1340 | * styles. |
1341 | 1341 | */ |
1342 | | -$wgStyleVersion = '129'; |
| 1342 | +$wgStyleVersion = '130'; |
1343 | 1343 | |
1344 | 1344 | |
1345 | 1345 | # Server-side caching: |