From d34e86f860456bdce4cb92352512fb2c5160b872 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 11 Nov 2009 22:04:25 -0500 Subject: [PATCH] Hide the pageControls panel when printing --- kronolith/themes/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index b718bf2a3..9bc575f6d 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -1261,6 +1261,10 @@ li.panel-tags { position: static; } + #pageControls { + display: none; + } + #calendarPrint { display: block; } -- 2.11.0