From: Platonides Date: Sun, 16 May 2010 20:00:33 +0000 (+0000) Subject: Follow up r66535. Specifically set a white background, for the cases where the table... X-Git-Tag: 1.31.0-rc.0~36820 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=0fd5b48edb449274dc25b90c43928d3eaf1ea791;p=lhc%2Fweb%2Fwiklou.git Follow up r66535. Specifically set a white background, for the cases where the table appears over a different color. --- diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index e8633b3d8f..f2220eaf24 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -323,10 +323,12 @@ td.diff-context { /* ** Table rendering +** As on shared.css but with white background. */ table.wikitable { margin: 1em 1em 1em 0; border: 1px #aaa solid; + background: white; border-collapse: collapse; } .wikitable th, .wikitable td { @@ -335,7 +337,7 @@ table.wikitable { } .wikitable th { text-align: center; - background: #F9F9F9; + background: white; font-weight: bold; } .wikitable caption { diff --git a/skins/common/shared.css b/skins/common/shared.css index 87f805e543..7563e453b9 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -584,7 +584,9 @@ a.feedlink { padding: 0 !important; } -/* wikitable class for skinning normal tables */ +/* wikitable class for skinning normal tables + * keep on sync with commonPrint.css + */ table.wikitable { margin: 1em 1em 1em 0; background: #f9f9f9;