From b2ae4114222a313c1d091e0e1ae061d7f21aa995 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Thu, 27 Dec 2012 20:17:50 +0100 Subject: [PATCH] (bug 41733) Hide usermessage element from printable view. Change-Id: Iefa8158d28c8a78f21ad8155eba11d4870573b59 --- RELEASE-NOTES-1.21 | 1 + skins/common/commonPrint.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 4afda19414..b2c644ccb6 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -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. diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 48dd943fc6..25c6068de2 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -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; } -- 2.20.1