From: Trevor Parscal Date: Tue, 7 Jul 2009 18:26:40 +0000 (+0000) Subject: Reduced specifificity of table rule which was superceding latter rules. X-Git-Tag: 1.31.0-rc.0~41061 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=c9ec60bb8a6bf27ada0648b86ce24119c5ea3557;p=lhc%2Fweb%2Fwiklou.git Reduced specifificity of table rule which was superceding latter rules. --- 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