http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96582

Revision: 96582
Author:   raymond
Date:     2011-09-08 16:25:18 +0000 (Thu, 08 Sep 2011)
Log Message:
-----------
Style the metadata/EXIF table on file descripton pages for printing

Modified Paths:
--------------
    trunk/phase3/skins/common/commonPrint.css

Modified: trunk/phase3/skins/common/commonPrint.css
===================================================================
--- trunk/phase3/skins/common/commonPrint.css   2011-09-08 16:22:56 UTC (rev 
96581)
+++ trunk/phase3/skins/common/commonPrint.css   2011-09-08 16:25:18 UTC (rev 
96582)
@@ -312,22 +312,26 @@
 ** 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;
 }
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to