crop logo at very small font sizes to avoid overlapping the content area
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 27 Apr 2004 16:33:58 +0000 (16:33 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 27 Apr 2004 16:33:58 +0000 (16:33 +0000)
stylesheets/monobook/main.css

index 06d0a24..a847827 100644 (file)
@@ -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;
 }