Index: trunk/phase3/skins/monobook/rtl.css |
— | — | @@ -219,3 +219,8 @@ |
220 | 220 | p.mw-ipb-conveniencelinks { |
221 | 221 | float: left; |
222 | 222 | } |
| 223 | + |
| 224 | +.toggle { |
| 225 | + margin-left: 0em; |
| 226 | + margin-right: 2em; |
| 227 | +} |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1195,7 +1195,7 @@ |
1196 | 1196 | * to ensure that client-side caches don't keep obsolete copies of global |
1197 | 1197 | * styles. |
1198 | 1198 | */ |
1199 | | -$wgStyleVersion = '94'; |
| 1199 | +$wgStyleVersion = '95'; |
1200 | 1200 | |
1201 | 1201 | |
1202 | 1202 | # Server-side caching: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -343,6 +343,8 @@ |
344 | 344 | * (bug 8878) Changes to $dateFormats in German localization (removing unused, |
345 | 345 | nonexistent formats, putting time after date) |
346 | 346 | * (bug 10769) Database::update() should return boolean result |
| 347 | +* Toggles in RTL preferences indented to the right, hidden in IE in some |
| 348 | + cases. |
347 | 349 | |
348 | 350 | == API changes since 1.10 == |
349 | 351 | |