no bg for td to avoid overriding low html specifity, clear and normal line-height...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 19 Apr 2004 21:44:52 +0000 (21:44 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 19 Apr 2004 21:44:52 +0000 (21:44 +0000)
stylesheets/monobook/main.css

index 608a6cc..8343582 100644 (file)
@@ -53,7 +53,7 @@ body {
 
 /* general styles */
 
-table, td {
+table {
     font-size: 100%;
     background: White;
 }
@@ -506,9 +506,9 @@ div.townBox {
     margin-left:1em;
     border: 1px solid Grey;
     padding:0.3em;
-    line-height: 1.0em;
     width: 200px;
     overflow: hidden;
+    clear: right;
 }
 div.townBox dl {
     padding: 0;