From 7ab95aeb8ffca7c8b4fea35f23b2179c3ab70f1b Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sat, 22 Jan 2011 20:30:20 +0000 Subject: [PATCH] This override is no longer needed. white background for tables removed in r80495. --- skins/monobook/main.css | 4 ---- skins/vector/screen.css | 4 ---- 2 files changed, 8 deletions(-) diff --git a/skins/monobook/main.css b/skins/monobook/main.css index c9aa0726c1..888389282e 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -64,10 +64,6 @@ table { font-size: 100%; color: black; } -fieldset table { - /* keep table layouts in forms clean from background colors... */ - background: none; -} a { text-decoration: none; color: #002bb8; diff --git a/skins/vector/screen.css b/skins/vector/screen.css index c4facfa71f..ae9fca49a7 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -812,10 +812,6 @@ table { font-size: 100%; color: black; } -fieldset table { - /* keep table layouts in forms clean from background colors... */ - background: none; -} /* Forms */ fieldset { border: 1px solid #2f6fab; -- 2.20.1