From: Rotem Liss Date: Tue, 7 Aug 2007 20:14:30 +0000 (+0000) Subject: * Fixing filehistory headings in RTL. X-Git-Tag: 1.31.0-rc.0~51834 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=cfe452cc2177212bbe9d7aa6edcc973705a4e681;p=lhc%2Fweb%2Fwiklou.git * Fixing filehistory headings in RTL. * common_rtl.css doesn't seem to be actually common (it didn't work). Fixing comment. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cfdf8ab5b3..ff32e76deb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/common/common_rtl.css b/skins/common/common_rtl.css index 0c08de5571..2539ca2d6e 100644 --- a/skins/common/common_rtl.css +++ b/skins/common/common_rtl.css @@ -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; +} diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index 9a3a956132..e28ffb757e 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -224,3 +224,6 @@ p.mw-ipb-conveniencelinks { margin-left: 0em; margin-right: 2em; } +table.filehistory th { + text-align: right; +}