From fdbc031fe533197fb12039ef1c838a64a9adb95c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 9 May 2007 15:31:43 +0000 Subject: [PATCH] * Use overflow: hidden instead of auto as suggested in bug 9854 --- includes/DefaultSettings.php | 2 +- skins/monobook/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1