* Use correct class, I wonder how long this has been broken
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 6 Apr 2008 09:48:21 +0000 (09:48 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 6 Apr 2008 09:48:21 +0000 (09:48 +0000)
includes/DefaultSettings.php
skins/chick/main.css
skins/common/common_rtl.css
skins/common/oldshared.css
skins/modern/main.css
skins/monobook/main.css
skins/simple/main.css

index 4a142d4..563ece8 100644 (file)
@@ -1338,7 +1338,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '129';
+$wgStyleVersion = '130';
 
 
 # Server-side caching:
index 5fce24a..5c3d8e4 100644 (file)
@@ -386,7 +386,7 @@ div.townBox dl dd {
 /* Page history styling */
 /* the auto-generated edit comments */
 .autocomment { color: gray; }
-#pagehistory span.user {
+#pagehistory .history-user {
     margin-left: 1.4em;
     margin-right: 0.4em;
 }
index 55d956a..d662962 100644 (file)
@@ -14,7 +14,7 @@ fieldset.operaprefsection {
     margin-right: 18em;
 }
 /* page history */
-#pagehistory span.user { 
+#pagehistory .history-user { 
     margin-right: 1.4em;
     margin-left: 0.4em;
 }
index 3d2241d..a5e88d2 100644 (file)
@@ -101,7 +101,7 @@ img.thumbborder {
 /* Page history styling */
 /* the auto-generated edit comments */
 .autocomment { color: #4b4b4b; }
-#pagehistory span.user {
+#pagehistory .history-user {
     margin-left: 1.4em;
     margin-right: 0.4em;
 }
index b1aa2e9..298464f 100644 (file)
@@ -602,7 +602,7 @@ img.thumbborder {
 }
 
 
-#pagehistory span.user {
+#pagehistory .history-user {
        margin-left: 1.4em;
        margin-right: .4em;
 }
index 1f1e4aa..e1d97a0 100644 (file)
@@ -545,7 +545,7 @@ div.townBox dl dd {
 .autocomment {
        color: gray;
 }
-#pagehistory span.user {
+#pagehistory .history-user {
        margin-left: 1.4em;
        margin-right: .4em;
 }
index cecc9ee..2401919 100644 (file)
@@ -259,7 +259,7 @@ td.diff-deletedline {
 
 .diffchange { background-color: #FFCDF3; text-decoration: none; }
 .autocomment { color:  grey; }
-#pagehistory span.user {
+#pagehistory .history-user {
     margin-left: 1.4em;
     margin-right: 0.4em;
 }