* Fixing filehistory headings in RTL.
[lhc/web/wiklou.git] / skins / common / common_rtl.css
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;
+}