From 085f0a459bc823cc237bdf53e07f5508aa093634 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Mon, 13 Jul 2009 18:43:06 +0000 Subject: [PATCH] Fixing a syntax error in rtl.css. --- includes/DefaultSettings.php | 2 +- skins/monobook/rtl.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index abd4da5b4e..521e441000 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1531,7 +1531,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '230'; +$wgStyleVersion = '231'; # Server-side caching: diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index 3432651368..b620bfa49f 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -230,6 +230,7 @@ table.filehistory th { /* Special:Allpages styling */ td.mw-allpages-nav, p.mw-allpages-nav, td.mw-allpages-alphaindexline { text-align: left; +} /* Special:Prefixindex styling */ td#mw-prefixindex-nav-form { -- 2.20.1