Follow up r66535. Specifically set a white background, for the cases where the table...
authorPlatonides <platonides@users.mediawiki.org>
Sun, 16 May 2010 20:00:33 +0000 (20:00 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 16 May 2010 20:00:33 +0000 (20:00 +0000)
skins/common/commonPrint.css
skins/common/shared.css

index e8633b3..f2220ea 100644 (file)
@@ -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 {
index 87f805e..7563e45 100644 (file)
@@ -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;