From 762caad4f6ef2236c31e20f35bd9132fb5092bec Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 22 Oct 2006 07:40:33 +0000 Subject: Bug 110152: Offer CSS2 "paged media" for people who print the show_bug page - Patch by Frédéric Buclin r=bkor a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'skins/standard/global.css') diff --git a/skins/standard/global.css b/skins/standard/global.css index b00ec851b..c2701523a 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -280,3 +280,15 @@ body > dl > dt { dl dl > dt { border-top: none; } + +/* Rules specific for printing */ +@media print { + #header, #footer { + display: none; + } + + body { + background-image: none; + background-color: #fff; + } +} -- cgit v1.2.3-24-g4f1b