Making the empty space to the sides and the bottom of the category box equal in size...
authorHuji <huji@users.mediawiki.org>
Fri, 29 Feb 2008 13:59:11 +0000 (13:59 +0000)
committerHuji <huji@users.mediawiki.org>
Fri, 29 Feb 2008 13:59:11 +0000 (13:59 +0000)
includes/DefaultSettings.php
includes/SpecialCategories.php
skins/monobook/main.css

index 881fafe..467ce3d 100644 (file)
@@ -1326,7 +1326,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '118';
+$wgStyleVersion = '119';
 
 
 # Server-side caching:
index efe65a7..ed2259d 100644 (file)
@@ -22,6 +22,7 @@ function wfSpecialCategories() {
  */
 class CategoryPager extends AlphabeticPager {
        function getQueryInfo() {
+               global $wgRequest;
                return array(
                        'tables' => array('categorylinks'),
                        'fields' => array('cl_to','count(*) AS count'),
index 7192b5f..dd3da3a 100644 (file)
@@ -17,7 +17,7 @@
 }
 #content {
        margin: 2.8em 0 0 12.2em;
-       padding: 0 1em 1.5em 1em;
+       padding: 0 1em 1em 1em;
        position: relative;
        z-index: 2;
 }