Removed float from the user login form in RTL interface - caused display problems...
authorRotem Liss <rotem@users.mediawiki.org>
Fri, 1 May 2009 19:08:22 +0000 (19:08 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Fri, 1 May 2009 19:08:22 +0000 (19:08 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/modern/rtl.css
skins/monobook/rtl.css
skins/simple/rtl.css

index fd1e32e..c9ffcfa 100644 (file)
@@ -106,6 +106,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 17614) Prev / Next links not need on ImagePage file history if less than limit
 * (bug 18069) Fixed some CSS validation issues with colors
 * (bug 18207) Strange spacing before [[irc:...]] links
+* Removed float from the user login form in RTL interface - caused display
+  problems in FF2
 
 == API changes in 1.16 ==
 
index d3214dd..fc6424e 100644 (file)
@@ -1477,7 +1477,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '216';
+$wgStyleVersion = '217';
 
 
 # Server-side caching:
index 0c5fc4f..f6cd0eb 100644 (file)
@@ -79,7 +79,6 @@ input#wpSave, input#wpDiff {
 }
 
 #userlogin {
-       float: right;
        margin: 0 0 1em 3em;
 }
 /* Convenience links to edit block, delete and protect reasons */
index 82124a2..59e994d 100644 (file)
@@ -211,7 +211,6 @@ input#wpSave, input#wpDiff {
 }
 
 #userlogin {
-       float: right;
        margin: 0 0 1em 3em;
 }
 /* Convenience links to edit block, delete and protect reasons */
index 9f893ea..a5a2b59 100644 (file)
@@ -148,7 +148,6 @@ input#wpSave, input#wpDiff {
 }
 
 #userlogin {
-       float: right;
        margin: 0 0 1em 3em;
 }
 /* Convenience links to edit block, delete and protect reasons */