From: Tim Starling Date: Fri, 21 Jul 2006 04:43:08 +0000 (+0000) Subject: Removed "background: white" from default table and legend properties. X-Git-Tag: 1.31.0-rc.0~56175 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=a5200a234eebdf1dd7ff0f23f8bb26b29d8da664;p=lhc%2Fweb%2Fwiklou.git Removed "background: white" from default table and legend properties. --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 6373d18fd1..5b5d0cdfc9 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -59,7 +59,6 @@ body { /* general styles */ table { - background: white; font-size: 100%; color: black; } @@ -164,7 +163,6 @@ fieldset { line-height: 1.5em; } legend { - background: white; padding: .5em; font-size: 95%; }