r32844 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32843‎ | r32844 | r32845 >
Date:09:48, 6 April 2008
Author:nikerabbit
Status:old
Tags:
Comment:
* Use correct class, I wonder how long this has been broken
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/chick/main.css (modified) (history)
  • /trunk/phase3/skins/common/common_rtl.css (modified) (history)
  • /trunk/phase3/skins/common/oldshared.css (modified) (history)
  • /trunk/phase3/skins/modern/main.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)
  • /trunk/phase3/skins/simple/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/chick/main.css
@@ -386,7 +386,7 @@
387387 /* Page history styling */
388388 /* the auto-generated edit comments */
389389 .autocomment { color: gray; }
390 -#pagehistory span.user {
 390+#pagehistory .history-user {
391391 margin-left: 1.4em;
392392 margin-right: 0.4em;
393393 }
Index: trunk/phase3/skins/monobook/main.css
@@ -545,7 +545,7 @@
546546 .autocomment {
547547 color: gray;
548548 }
549 -#pagehistory span.user {
 549+#pagehistory .history-user {
550550 margin-left: 1.4em;
551551 margin-right: .4em;
552552 }
Index: trunk/phase3/skins/modern/main.css
@@ -602,7 +602,7 @@
603603 }
604604
605605
606 -#pagehistory span.user {
 606+#pagehistory .history-user {
607607 margin-left: 1.4em;
608608 margin-right: .4em;
609609 }
Index: trunk/phase3/skins/common/oldshared.css
@@ -101,7 +101,7 @@
102102 /* Page history styling */
103103 /* the auto-generated edit comments */
104104 .autocomment { color: #4b4b4b; }
105 -#pagehistory span.user {
 105+#pagehistory .history-user {
106106 margin-left: 1.4em;
107107 margin-right: 0.4em;
108108 }
Index: trunk/phase3/skins/common/common_rtl.css
@@ -14,7 +14,7 @@
1515 margin-right: 18em;
1616 }
1717 /* page history */
18 -#pagehistory span.user {
 18+#pagehistory .history-user {
1919 margin-right: 1.4em;
2020 margin-left: 0.4em;
2121 }
Index: trunk/phase3/skins/simple/main.css
@@ -259,7 +259,7 @@
260260
261261 .diffchange { background-color: #FFCDF3; text-decoration: none; }
262262 .autocomment { color: grey; }
263 -#pagehistory span.user {
 263+#pagehistory .history-user {
264264 margin-left: 1.4em;
265265 margin-right: 0.4em;
266266 }
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1338,7 +1338,7 @@
13391339 * to ensure that client-side caches don't keep obsolete copies of global
13401340 * styles.
13411341 */
1342 -$wgStyleVersion = '129';
 1342+$wgStyleVersion = '130';
13431343
13441344
13451345 # Server-side caching:

Status & tagging log