From dd9b967aa07ba288b056d84959edd27e212b7b72 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 19 Apr 2004 21:44:52 +0000 Subject: [PATCH] no bg for td to avoid overriding low html specifity, clear and normal line-height in townBox --- 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 608a6ccab9..8343582686 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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; -- 2.20.1