Reduced specifificity of table rule which was superceding latter rules.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 7 Jul 2009 18:26:40 +0000 (18:26 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 7 Jul 2009 18:26:40 +0000 (18:26 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index d4b7351..b2bbc36 100644 (file)
@@ -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 <h2>s to be visible through
index cc1382f..67dbc05 100644 (file)
@@ -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 <h2>s to be visible through