Index: trunk/phase3/skins/monobook/rtl.css |
— | — | @@ -224,3 +224,6 @@ |
225 | 225 | margin-left: 0em; |
226 | 226 | margin-right: 2em; |
227 | 227 | } |
| 228 | +table.filehistory th { |
| 229 | + text-align: right; |
| 230 | +} |
Index: trunk/phase3/skins/common/common_rtl.css |
— | — | @@ -1,5 +1,7 @@ |
2 | | -/* This CSS file is called from absolutely every wiki that's RTL: unlike |
3 | | - * common.css, it's actually common to all skins. */ |
| 2 | +/* |
| 3 | + * This file contains CSS settings common to RTL wikis use the pre-Monobook skins |
| 4 | + * Wikistandard, Nostalgia and CologneBlue, the old pre-Monobook skins |
| 5 | + */ |
4 | 6 | |
5 | 7 | /* js pref toc */ |
6 | 8 | #preftoc { float: right; } |
— | — | @@ -30,3 +32,6 @@ |
31 | 33 | p.mw-ipb-conveniencelinks { |
32 | 34 | float: left; |
33 | 35 | } |
| 36 | +table.filehistory th { |
| 37 | + text-align: right; |
| 38 | +} |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1212,7 +1212,7 @@ |
1213 | 1213 | * to ensure that client-side caches don't keep obsolete copies of global |
1214 | 1214 | * styles. |
1215 | 1215 | */ |
1216 | | -$wgStyleVersion = '96'; |
| 1216 | +$wgStyleVersion = '97'; |
1217 | 1217 | |
1218 | 1218 | |
1219 | 1219 | # Server-side caching: |