(bug 41733) Hide usermessage element from printable view.
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 27 Dec 2012 19:17:50 +0000 (20:17 +0100)
committerTimo Tijhof <ttijhof@wikimedia.org>
Fri, 28 Dec 2012 17:09:57 +0000 (18:09 +0100)
Change-Id: Iefa8158d28c8a78f21ad8155eba11d4870573b59

RELEASE-NOTES-1.21
skins/common/commonPrint.css

index 4afda19..b2c644c 100644 (file)
@@ -124,6 +124,7 @@ production.
 * (bug 43379) Gracefully fail if rev_len is unavailable for a revision on the
   History page.
 * (bug 42949) API no longer assumes all exceptions are MWException.
+* (bug 41733) Hide "New user message" (.usermessage) element from printable view.
 
 === API changes in 1.21 ===
 * prop=revisions can now report the contentmodel and contentformat.
index 48dd943..25c6068 100644 (file)
@@ -125,7 +125,8 @@ li#privacy,
 .mw-hidden-catlinks,
 tr.mw-metadata-show-hide-extended,
 span.mw-filepage-other-resolutions,
-#filetoc {
+#filetoc,
+.usermessage {
        /* Hides all the elements irrelevant for printing */
        display: none;
 }