followup r96549: Add the 'display:none' to the existing section instead of opening...
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 8 Sep 2011 16:13:27 +0000 (16:13 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 8 Sep 2011 16:13:27 +0000 (16:13 +0000)
skins/common/commonPrint.css

index 2e1951b..2af0489 100644 (file)
@@ -127,7 +127,8 @@ li#about,
 li#disclaimer,
 li#privacy,
 #footer-places,
-#mw-hidden-catlinks {
+#mw-hidden-catlinks,
+tr.mw-metadata-show-hide-extended {
        /* Hides all the elements irrelevant for printing */
        display: none;
 }
@@ -346,7 +347,3 @@ p {
        orphans: 3;
 }
 
-/* Metadata/EXIF rendering */ 
-tr.mw-metadata-show-hide-extended {
-       display: none;
-}