overflow: hidden
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 8 Jun 2004 18:25:50 +0000 (18:25 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 8 Jun 2004 18:25:50 +0000 (18:25 +0000)
stylesheets/common.css
stylesheets/commonPrint.css
stylesheets/monobook/main.css

index eb38703..d7800cd 100644 (file)
@@ -30,6 +30,7 @@ div.thumb {
     margin: 10px;
     text-align: center;
     width: auto;
+    overflow: hidden;
 }
 div.thumb div {
     border: 1px solid #8888aa;
index 9df4091..a348b73 100644 (file)
@@ -48,6 +48,7 @@ div.thumb {
     margin-bottom: 0.5em;
     border-style: solid; border-color: White;
     width: auto;
+    overflow: hidden;
 }
 div.thumb div {
     border:1px solid #cccccc;
index 4966bcb..a354ec4 100644 (file)
@@ -317,7 +317,7 @@ div.thumb {
     margin-bottom: 0.5em;
     border-style: solid; border-color: White;
     width: auto;
-    overflow: auto;
+    overflow: hidden;
 }
 div.thumb div {
     border:1px solid #cccccc;