From c3b308d2289f4f880e0125a2fec77b6025700554 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 20 Apr 2009 14:43:22 +0200 Subject: [PATCH] update print.css to make project list and todo list printable --- public/stylesheets/print.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 156069f5..5b55d301 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -16,7 +16,7 @@ img { border:0; } -#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks, .defer-container { +#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks, .defer-container, .menu_sort, .position, .buttons, .sf-item-menu, .container_toggle { display:none; } @@ -71,4 +71,4 @@ li { height: 10pt; display:block; float:left; -} +} \ No newline at end of file