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; }