From a625748c730301eb721d4988a326309156b80504 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 14 Jun 2004 17:13:18 +0000 Subject: [PATCH] thumb overflow improvement --- stylesheets/monobook/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1