r66547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66546‎ | r66547 | r66548 >
Date:20:00, 16 May 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r66535. Specifically set a white background, for the cases where the table appears over a different color.
Modified paths:
  • /trunk/phase3/skins/common/commonPrint.css (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/commonPrint.css
@@ -323,10 +323,12 @@
324324
325325 /*
326326 ** Table rendering
 327+** As on shared.css but with white background.
327328 */
328329 table.wikitable {
329330 margin: 1em 1em 1em 0;
330331 border: 1px #aaa solid;
 332+ background: white;
331333 border-collapse: collapse;
332334 }
333335 .wikitable th, .wikitable td {
@@ -335,7 +337,7 @@
336338 }
337339 .wikitable th {
338340 text-align: center;
339 - background: #F9F9F9;
 341+ background: white;
340342 font-weight: bold;
341343 }
342344 .wikitable caption {
Index: trunk/phase3/skins/common/shared.css
@@ -584,7 +584,9 @@
585585 padding: 0 !important;
586586 }
587587
588 -/* wikitable class for skinning normal tables */
 588+/* wikitable class for skinning normal tables
 589+ * keep on sync with commonPrint.css
 590+ */
589591 table.wikitable {
590592 margin: 1em 1em 1em 0;
591593 background: #f9f9f9;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66535Add styles for printing wikitables....hartman15:42, 16 May 2010

Status & tagging log