From c9ec60bb8a6bf27ada0648b86ce24119c5ea3557 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Tue, 7 Jul 2009 18:26:40 +0000 Subject: [PATCH] Reduced specifificity of table rule which was superceding latter rules. --- skins/vector/main-ltr.css | 2 +- skins/vector/main-rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index d4b73517e1..b2bbc36f1d 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -568,7 +568,7 @@ div#content dd { margin-bottom: .1em; } /* Tables */ -div#content table { +table { font-size: 100%; color: black; /* we don't want the bottom borders of

s to be visible through diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index cc1382f32e..67dbc056d7 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -581,7 +581,7 @@ div#content dd { margin-bottom: .1em; } /* Tables */ -div#content table { +table { font-size: 100%; color: black; /* we don't want the bottom borders of

s to be visible through -- 2.20.1