From: Gabriel Wicke Date: Mon, 14 Jun 2004 17:13:18 +0000 (+0000) Subject: thumb overflow improvement X-Git-Tag: 1.5.0alpha1~2848 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=a625748c730301eb721d4988a326309156b80504;p=lhc%2Fweb%2Fwiklou.git thumb overflow improvement --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index e2cecce53f..eda78023b4 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -329,7 +329,6 @@ div.thumb { margin-bottom: 0.5em; border-style: solid; border-color: White; width: auto; - overflow: hidden; } div.thumb div { border:1px solid #cccccc; @@ -337,6 +336,7 @@ div.thumb div { background-color:#f9f9f9; font-size: 94%; text-align: center; + overflow: hidden; } div.thumb div a img { border:1px solid #cccccc;