From 3adff5fd3eaca66b9555c58ac4cc0a307edd5437 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 27 Apr 2004 16:33:58 +0000 Subject: [PATCH] crop logo at very small font sizes to avoid overlapping the content area --- stylesheets/monobook/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1