From: Raimond Spekking Date: Thu, 8 Sep 2011 16:25:18 +0000 (+0000) Subject: Style the metadata/EXIF table on file descripton pages for printing X-Git-Tag: 1.31.0-rc.0~27789 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=764964e8f1cf771ab6eab7bf5f095500316c7018;p=lhc%2Fweb%2Fwiklou.git Style the metadata/EXIF table on file descripton pages for printing --- diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 2af0489df3..4f66ad79e1 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -312,22 +312,26 @@ td.diff-context { ** Table rendering ** As on shared.css but with white background. */ -table.wikitable { +table.wikitable, +table.mw_metadata { margin: 1em 1em 1em 0; border: 1px #aaa solid; background: white; border-collapse: collapse; } -.wikitable th, .wikitable td { +.wikitable th, .wikitable td, +.mw_metadata th, .mw_metadata td { border: 1px #aaa solid; padding: 0.2em; } -.wikitable th { +.wikitable th, +.mw_metadata th { text-align: center; background: white; font-weight: bold; } -.wikitable caption { +.wikitable caption, +.mw_metadata caption { font-weight: bold; }