Index: trunk/phase3/skins/monobook/rtl.css |
— | — | @@ -230,6 +230,7 @@ |
231 | 231 | /* Special:Allpages styling */ |
232 | 232 | td.mw-allpages-nav, p.mw-allpages-nav, td.mw-allpages-alphaindexline { |
233 | 233 | text-align: left; |
| 234 | +} |
234 | 235 | |
235 | 236 | /* Special:Prefixindex styling */ |
236 | 237 | td#mw-prefixindex-nav-form { |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1531,7 +1531,7 @@ |
1532 | 1532 | * to ensure that client-side caches do not keep obsolete copies of global |
1533 | 1533 | * styles. |
1534 | 1534 | */ |
1535 | | -$wgStyleVersion = '230'; |
| 1535 | +$wgStyleVersion = '231'; |
1536 | 1536 | |
1537 | 1537 | |
1538 | 1538 | # Server-side caching: |