* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 29 Dec 2006 19:45:36 +0000 (19:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 29 Dec 2006 19:45:36 +0000 (19:45 +0000)
  section is renamed; no longer relies on first section name

RELEASE-NOTES
includes/DefaultSettings.php
skins/monobook/IE70Fixes.css

index 39586f2..9896ccf 100644 (file)
@@ -429,6 +429,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   due to an invalid database name
 * (bug 5827) Use full text for option link labels on Special:Watchlist
 * (bug 8018) Allow hiding minor edits from the watchlist
+* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
+  section is renamed; no longer relies on first section name
+
 
 == Languages updated ==
 
index 511bf8f..640642e 100644 (file)
@@ -1042,7 +1042,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '38';
+$wgStyleVersion = '39';
 
 
 # Server-side caching:
index 2a2c9c7..756a0e1 100644 (file)
@@ -15,7 +15,9 @@
         */
        padding-top: 0;
 }
-.rtl #column-one #p-navigation {
+#column-one {
+       /* Regular padding doesn't work for some reason */
+       padding-top: 0px;
        margin-top: 160px;
 }