From 5b4e1c8bf4b150367a8b6bdd7a5a4be8b48f7595 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 9 Aug 2004 00:05:31 +0000 Subject: [PATCH] Hide site notice from printable version. --- stylesheets/commonPrint.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/commonPrint.css b/stylesheets/commonPrint.css index a348b73f20..d91f077632 100644 --- a/stylesheets/commonPrint.css +++ b/stylesheets/commonPrint.css @@ -222,3 +222,5 @@ div.townBox dl dd { margin: 0.1em 0 0 1.1em; background-color: #f3f3f3; } + +#siteNotice { display: none; } -- 2.20.1