From 764964e8f1cf771ab6eab7bf5f095500316c7018 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 8 Sep 2011 16:25:18 +0000 Subject: [PATCH] Style the metadata/EXIF table on file descripton pages for printing --- skins/common/commonPrint.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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; } -- 2.20.1