From 6497b3dafb259f9129d230bf2b52a1e6758cdf6a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 27 Nov 2008 10:33:17 -0500 Subject: Fixed up printing stylesheet --- theme/css/print.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'theme/css') diff --git a/theme/css/print.css b/theme/css/print.css index 5e54a1e..ce872e0 100644 --- a/theme/css/print.css +++ b/theme/css/print.css @@ -2,10 +2,22 @@ body { width: 100% !important; } -div#banner, div#footer, div#rightbar { +div#footer, div#rightbar, div#push { display: none; } +div#banner { + background-image: none; + height: auto !important; +} + +div#banner h1 a { + text-indent: 0 !important; + color: black; + text-align: center; + height: auto !important; +} + span.print { display: inline; } -- cgit 1.4.1