From: Brion Vibber Date: Mon, 9 Aug 2004 00:05:31 +0000 (+0000) Subject: Hide site notice from printable version. X-Git-Tag: 1.5.0alpha1~2462 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=5b4e1c8bf4b150367a8b6bdd7a5a4be8b48f7595;p=lhc%2Fweb%2Fwiklou.git Hide site notice from printable version. --- 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; }