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 @@
128
128
li#disclaimer,
129
129
li#privacy,
130
130
#footer-places,
131
-#mw-hidden-catlinks {
131
+#mw-hidden-catlinks,
132
+tr.mw-metadata-show-hide-extended {
132
133
/* Hides all the elements irrelevant for printing */
133
134
display: none;
134
135
}
—
—
@@ -346,7 +347,3 @@
347
348
orphans: 3;
348
349
}
349
350
350
-/* Metadata/EXIF rendering */
351
-tr.mw-metadata-show-hide-extended {
352
- display: none;
353
-}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r96549
Add a CSS class to the metadata/EXIF table row which shows the text 'Show ext...
raymond
09:16, 8 September 2011
Status & tagging log
17:01, 8 September 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r96580
[
removed:
new
added:
ok]