From: Adam Miller Date: Thu, 5 Nov 2009 00:50:40 +0000 (+0000) Subject: adding a styling rule to ensure vector menu h5s aren't f#ed with by the german protot... X-Git-Tag: 1.31.0-rc.0~38969 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=d6f68c3e07c8db0aa74395401883079697ce57e1;p=lhc%2Fweb%2Fwiklou.git adding a styling rule to ensure vector menu h5s aren't f#ed with by the german prototype wiki. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index db1106a693..3a04e45c1d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 84648b1d69..b6bfee99b3 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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 { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 2a0fd953d4..438ca3bb37 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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 {