From: Gabriel Wicke Date: Tue, 27 Apr 2004 16:33:58 +0000 (+0000) Subject: crop logo at very small font sizes to avoid overlapping the content area X-Git-Tag: 1.3.0beta1~248 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=3adff5fd3eaca66b9555c58ac4cc0a307edd5437;p=lhc%2Fweb%2Fwiklou.git crop logo at very small font sizes to avoid overlapping the content area --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 06d0a24680..a8478274fb 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -659,7 +659,7 @@ div.townBox dl dd { top: 0; left: 0; height: 155px; - width: 135px; + width: 12em; overflow: visible; } #portlet-logo h5 { display: none; } @@ -667,7 +667,7 @@ div.townBox dl dd { #portlet-logo a:hover { display: block; height: 155px; - width: 135px; + width: 12.2em; background-repeat: no-repeat; text-decoration: none; }