adding a styling rule to ensure vector menu h5s aren't f#ed with by the german protot...
authorAdam Miller <adam@users.mediawiki.org>
Thu, 5 Nov 2009 00:50:40 +0000 (00:50 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Thu, 5 Nov 2009 00:50:40 +0000 (00:50 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index db1106a..3a04e45 100644 (file)
@@ -1606,7 +1606,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '251';
+$wgStyleVersion = '252';
 
 
 # Server-side caching:
index 84648b1..b6bfee9 100644 (file)
@@ -216,6 +216,7 @@ body {
                background-repeat: no-repeat;
                padding-left: 1px;
                margin-left: -1px;
+               font-size:100% !important;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorMenu h5 a {
index 2a0fd95..438ca3b 100644 (file)
@@ -216,6 +216,7 @@ body {
                background-repeat: no-repeat;
                padding-left: 1px;
                margin-left: -1px;
+               font-size:100% !important;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorMenu h5 a {