From: Gabriel Wicke Date: Mon, 19 Apr 2004 21:44:52 +0000 (+0000) Subject: no bg for td to avoid overriding low html specifity, clear and normal line-height... X-Git-Tag: 1.3.0beta1~372 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=dd9b967aa07ba288b056d84959edd27e212b7b72;p=lhc%2Fweb%2Fwiklou.git no bg for td to avoid overriding low html specifity, clear and normal line-height in townBox --- 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;