Index: trunk/phase3/skins/common/commonPrint.css |
— | — | @@ -323,10 +323,12 @@ |
324 | 324 | |
325 | 325 | /* |
326 | 326 | ** Table rendering |
| 327 | +** As on shared.css but with white background. |
327 | 328 | */ |
328 | 329 | table.wikitable { |
329 | 330 | margin: 1em 1em 1em 0; |
330 | 331 | border: 1px #aaa solid; |
| 332 | + background: white; |
331 | 333 | border-collapse: collapse; |
332 | 334 | } |
333 | 335 | .wikitable th, .wikitable td { |
— | — | @@ -335,7 +337,7 @@ |
336 | 338 | } |
337 | 339 | .wikitable th { |
338 | 340 | text-align: center; |
339 | | - background: #F9F9F9; |
| 341 | + background: white; |
340 | 342 | font-weight: bold; |
341 | 343 | } |
342 | 344 | .wikitable caption { |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -584,7 +584,9 @@ |
585 | 585 | padding: 0 !important; |
586 | 586 | } |
587 | 587 | |
588 | | -/* wikitable class for skinning normal tables */ |
| 588 | +/* wikitable class for skinning normal tables |
| 589 | + * keep on sync with commonPrint.css |
| 590 | + */ |
589 | 591 | table.wikitable { |
590 | 592 | margin: 1em 1em 1em 0; |
591 | 593 | background: #f9f9f9; |