Index: trunk/phase3/skins/common/commonPrint.css |
— | — | @@ -312,22 +312,26 @@ |
313 | 313 | ** Table rendering |
314 | 314 | ** As on shared.css but with white background. |
315 | 315 | */ |
316 | | -table.wikitable { |
| 316 | +table.wikitable, |
| 317 | +table.mw_metadata { |
317 | 318 | margin: 1em 1em 1em 0; |
318 | 319 | border: 1px #aaa solid; |
319 | 320 | background: white; |
320 | 321 | border-collapse: collapse; |
321 | 322 | } |
322 | | -.wikitable th, .wikitable td { |
| 323 | +.wikitable th, .wikitable td, |
| 324 | +.mw_metadata th, .mw_metadata td { |
323 | 325 | border: 1px #aaa solid; |
324 | 326 | padding: 0.2em; |
325 | 327 | } |
326 | | -.wikitable th { |
| 328 | +.wikitable th, |
| 329 | +.mw_metadata th { |
327 | 330 | text-align: center; |
328 | 331 | background: white; |
329 | 332 | font-weight: bold; |
330 | 333 | } |
331 | | -.wikitable caption { |
| 334 | +.wikitable caption, |
| 335 | +.mw_metadata caption { |
332 | 336 | font-weight: bold; |
333 | 337 | } |
334 | 338 | |