From d6f68c3e07c8db0aa74395401883079697ce57e1 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 5 Nov 2009 00:50:40 +0000 Subject: [PATCH] adding a styling rule to ensure vector menu h5s aren't f#ed with by the german prototype wiki. --- includes/DefaultSettings.php | 2 +- skins/vector/main-ltr.css | 1 + skins/vector/main-rtl.css | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.20.1