From ffdab16e640ff08b097b811fb0011a29499a425d Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Fri, 2 Oct 2009 21:04:54 +0400 Subject: [PATCH] * printer css updated --- src/print.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/print.css b/src/print.css index 9a587f1..74e96b6 100644 --- a/src/print.css +++ b/src/print.css @@ -2,7 +2,7 @@ html { height:0; } body { height:0; min-height:0; margin:0; } h2{ display: none; } h3 { border-bottom:2px solid #777777; } -#tabs { display: none; } +#lists { display: none; } .small-bar { display:none; } .task-actions { display:none; } @@ -18,9 +18,11 @@ div.task-note-block { border-left:1px solid #777777; background:none; padding-le .task-date { white-space:nowrap; margin-left:10px; } #tasklist li.today, #tasklist li.past { background-color:#ffffff; border-color:#dedede; } +.task-prio { font-weight:bold; } #footer_content { border-top:1px solid #777777; background:none; } #footer_content a { text-decoration:none; color:#000000; } #sort { display:none; } #tagcloudbtn { display:none; } +.mtt-notes-showhide { display:none; }