Index: trunk/phase3/skins/monobook/rtl.css |
— | — | @@ -211,7 +211,6 @@ |
212 | 212 | } |
213 | 213 | |
214 | 214 | #userlogin { |
215 | | - float: right; |
216 | 215 | margin: 0 0 1em 3em; |
217 | 216 | } |
218 | 217 | /* Convenience links to edit block, delete and protect reasons */ |
Index: trunk/phase3/skins/modern/rtl.css |
— | — | @@ -79,7 +79,6 @@ |
80 | 80 | } |
81 | 81 | |
82 | 82 | #userlogin { |
83 | | - float: right; |
84 | 83 | margin: 0 0 1em 3em; |
85 | 84 | } |
86 | 85 | /* Convenience links to edit block, delete and protect reasons */ |
Index: trunk/phase3/skins/simple/rtl.css |
— | — | @@ -148,7 +148,6 @@ |
149 | 149 | } |
150 | 150 | |
151 | 151 | #userlogin { |
152 | | - float: right; |
153 | 152 | margin: 0 0 1em 3em; |
154 | 153 | } |
155 | 154 | /* Convenience links to edit block, delete and protect reasons */ |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1477,7 +1477,7 @@ |
1478 | 1478 | * to ensure that client-side caches don't keep obsolete copies of global |
1479 | 1479 | * styles. |
1480 | 1480 | */ |
1481 | | -$wgStyleVersion = '216'; |
| 1481 | +$wgStyleVersion = '217'; |
1482 | 1482 | |
1483 | 1483 | |
1484 | 1484 | # Server-side caching: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -106,6 +106,8 @@ |
107 | 107 | * (bug 17614) Prev / Next links not need on ImagePage file history if less than limit |
108 | 108 | * (bug 18069) Fixed some CSS validation issues with colors |
109 | 109 | * (bug 18207) Strange spacing before [[irc:...]] links |
| 110 | +* Removed float from the user login form in RTL interface - caused display |
| 111 | + problems in FF2 |
110 | 112 | |
111 | 113 | == API changes in 1.16 == |
112 | 114 | |