r96580 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96579‎ | r96580 | r96581 >
Date:16:13, 8 September 2011
Author:raymond
Status:ok
Tags:
Comment:
followup r96549: Add the 'display:none' to the existing section instead of opening a new one.
Modified paths:
  • /trunk/phase3/skins/common/commonPrint.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/commonPrint.css
@@ -127,7 +127,8 @@
128128 li#disclaimer,
129129 li#privacy,
130130 #footer-places,
131 -#mw-hidden-catlinks {
 131+#mw-hidden-catlinks,
 132+tr.mw-metadata-show-hide-extended {
132133 /* Hides all the elements irrelevant for printing */
133134 display: none;
134135 }
@@ -346,7 +347,3 @@
347348 orphans: 3;
348349 }
349350
350 -/* Metadata/EXIF rendering */
351 -tr.mw-metadata-show-hide-extended {
352 - display: none;
353 -}

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96549Add a CSS class to the metadata/EXIF table row which shows the text 'Show ext...raymond09:16, 8 September 2011

Status & tagging log