* Fixing filehistory headings in RTL.
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 7 Aug 2007 20:14:30 +0000 (20:14 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 7 Aug 2007 20:14:30 +0000 (20:14 +0000)
* common_rtl.css doesn't seem to be actually common (it didn't work). Fixing comment.

includes/DefaultSettings.php
skins/common/common_rtl.css
skins/monobook/rtl.css

index cfdf8ab..ff32e76 100644 (file)
@@ -1212,7 +1212,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '96';
+$wgStyleVersion = '97';
 
 
 # Server-side caching:
index 0c08de5..2539ca2 100644 (file)
@@ -1,5 +1,7 @@
-/* This CSS file is called from absolutely every wiki that's RTL: unlike
- * common.css, it's actually common to all skins. */
+/*
+ * This file contains CSS settings common to RTL wikis use the pre-Monobook skins
+ * Wikistandard, Nostalgia and CologneBlue, the old pre-Monobook skins
+ */
 
 /* js pref toc */
 #preftoc { float: right; }
@@ -30,3 +32,6 @@ div.tleft, div.floatleft {
 p.mw-ipb-conveniencelinks {
        float: left;
 }
+table.filehistory th {
+       text-align: right;
+}
index 9a3a956..e28ffb7 100644 (file)
@@ -224,3 +224,6 @@ p.mw-ipb-conveniencelinks {
        margin-left: 0em;
        margin-right: 2em;
 }
+table.filehistory th {
+       text-align: right;
+}