r53187 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53186‎ | r53187 | r53188 >
Date:18:43, 13 July 2009
Author:rotem
Status:ok
Tags:
Comment:
Fixing a syntax error in rtl.css.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/monobook/rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/rtl.css
@@ -230,6 +230,7 @@
231231 /* Special:Allpages styling */
232232 td.mw-allpages-nav, p.mw-allpages-nav, td.mw-allpages-alphaindexline {
233233 text-align: left;
 234+}
234235
235236 /* Special:Prefixindex styling */
236237 td#mw-prefixindex-nav-form {
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1531,7 +1531,7 @@
15321532 * to ensure that client-side caches do not keep obsolete copies of global
15331533 * styles.
15341534 */
1535 -$wgStyleVersion = '230';
 1535+$wgStyleVersion = '231';
15361536
15371537
15381538 # Server-side caching:

Status & tagging log