From: Niklas Laxström Date: Wed, 9 May 2007 15:31:43 +0000 (+0000) Subject: * Use overflow: hidden instead of auto as suggested in bug 9854 X-Git-Tag: 1.31.0-rc.0~53003 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=fdbc031fe533197fb12039ef1c838a64a9adb95c;p=lhc%2Fweb%2Fwiklou.git * Use overflow: hidden instead of auto as suggested in bug 9854 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2719517aee..677717ea80 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1125,7 +1125,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '66'; +$wgStyleVersion = '67'; # Server-side caching: diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 29f96b843e..f5ddfebdae 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1325,7 +1325,7 @@ div.gallerybox div.thumb { } div.gallerytext { - overflow: auto; + overflow: hidden; font-size: 94%; padding: 2px 4px; }