Toggles in RTL preferences indented to the right, hidden in IE in some cases.
authorRotem Liss <rotem@users.mediawiki.org>
Thu, 2 Aug 2007 19:00:53 +0000 (19:00 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Thu, 2 Aug 2007 19:00:53 +0000 (19:00 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/monobook/rtl.css

index 5438287..8805167 100644 (file)
@@ -343,6 +343,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 8878) Changes to $dateFormats in German localization (removing unused,
   nonexistent formats, putting time after date)
 * (bug 10769) Database::update() should return boolean result
+* Toggles in RTL preferences indented to the right, hidden in IE in some
+  cases.
 
 == API changes since 1.10 ==
 
index d4b0b5c..f802ac0 100644 (file)
@@ -1195,7 +1195,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '94';
+$wgStyleVersion = '95';
 
 
 # Server-side caching:
index ce87855..9a3a956 100644 (file)
@@ -219,3 +219,8 @@ input#wpSave, input#wpDiff {
 p.mw-ipb-conveniencelinks {
        float: left;
 }
+
+.toggle {
+       margin-left: 0em;
+       margin-right: 2em;
+}