small fixes
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 22 Dec 2010 04:08:40 +0000 (04:08 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 22 Dec 2010 04:08:40 +0000 (04:08 +0000)
* Change assumptions about default/newest skin in CSS comments from Monobook to Vector
* Single-item array to string

resources/Resources.php
skins/common/common_rtl.css
skins/common/shared.css

index ac78739..eff804a 100644 (file)
@@ -342,7 +342,7 @@ return array(
        ),
        'mediawiki.action.watch.ajax' => array(
                'scripts' => 'resources/mediawiki.action/mediawiki.action.watch.ajax.js',
-               'dependencies' => array( 'mediawiki.util' ),
+               'dependencies' => 'mediawiki.util',
        ),
        'mediawiki.special.preferences' => array(
                'scripts' => 'resources/mediawiki.special/mediawiki.special.preferences.js',
index a0c485f..f4cb868 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file contains CSS settings common to RTL wikis use the old
  * pre-Monobook skins Wikistandard, Nostalgia and CologneBlue
- * NOTE: This file is not used in Monobook!
+ * NOTE: This file is not used in Monobook and Vector!
  */
 
 /* js pref toc */
index d990b38..32d566c 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * CSS in this file is used by *all* skins (that have any CSS at all).  Be
  * careful what you put in here, since what looks good in one skin may not in
- * another, but don't ignore the poor non-Monobook users either.
+ * another, but don't ignore the poor pre-Monobook users either.
  */
 
 /* Colored watchlist and recent changes numbers */