From 760c6a45751341f1a440f2590bebb9e3e7fa8ec1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 6 Jul 2005 18:03:26 +0000 Subject: [PATCH] bug 1355 adding noprint --- RELEASE-NOTES | 2 +- skins/common/commonPrint.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5277e8f358..495db5cd4f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -507,7 +507,7 @@ of MediaWiki:Newpagetext) to &action=edit, if page is new. * (bug 2708) Avoid undefined notice on cookieless login attempt * (bug 2188) Correct template namespace for Greek localization * Fixed number formatting for Dutch - +* (bug 1355) add class noprint to commonPrint.css === Caveats === diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index a37cf01ae5..ea3b5bbfeb 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -94,6 +94,7 @@ body { padding: 0; } +noprint, div.top, div#column-one, #colophon, -- 2.20.1