From 7d6d26c73f484ca2ce920be20619725d469b12c7 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Apr 2004 18:56:10 +0000 Subject: [PATCH] * td background set to White to avoid header border shining through --- stylesheets/monobook/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1