From: Gabriel Wicke Date: Thu, 15 Apr 2004 18:56:10 +0000 (+0000) Subject: * td background set to White to avoid header border shining through X-Git-Tag: 1.3.0beta1~419 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=7d6d26c73f484ca2ce920be20619725d469b12c7;p=lhc%2Fweb%2Fwiklou.git * td background set to White to avoid header border shining through --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 5d7152ed39..82d8fd5819 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -53,7 +53,7 @@ body { /* general styles */ -table { +table, td { font-size: 100%; background: White; }