don't wrap inside footer messages
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 15 Apr 2004 13:08:16 +0000 (13:08 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 15 Apr 2004 13:08:16 +0000 (13:08 +0000)
stylesheets/monobook/main.css

index f58d5f9..1479c01 100644 (file)
@@ -874,6 +874,7 @@ li#contentaction-watch {
 #portal-footer li {
     display: inline;
     margin-right: 2em;
+    white-space: nowrap;
 }
 
 #footer-poweredby, #footer-copyright {
@@ -919,6 +920,8 @@ li#contentaction-watch {
 
 * html #bodyContent {
     display: inline;
+    overflow: auto;
+    width: 100%;
 }
 
 /* opera 6 fixes */