* Use overflow: hidden instead of auto as suggested in bug 9854
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 9 May 2007 15:31:43 +0000 (15:31 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 9 May 2007 15:31:43 +0000 (15:31 +0000)
includes/DefaultSettings.php
skins/monobook/main.css

index 2719517..677717e 100644 (file)
@@ -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:
index 29f96b8..f5ddfeb 100644 (file)
@@ -1325,7 +1325,7 @@ div.gallerybox div.thumb {
 }
 
 div.gallerytext {
-       overflow: auto;
+       overflow: hidden;
        font-size: 94%;
        padding: 2px 4px;
 }