From 4ff7bae9bbb2d0190d1851941dd31065068b3543 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sun, 6 Dec 2009 20:48:20 +0300 Subject: [PATCH] * corrected appearance of #taskview in print style --- src/print.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/print.css b/src/print.css index 74e96b6..4051326 100644 --- a/src/print.css +++ b/src/print.css @@ -26,3 +26,5 @@ div.task-note-block { border-left:1px solid #777777; background:none; padding-le #sort { display:none; } #tagcloudbtn { display:none; } .mtt-notes-showhide { display:none; } +.mtt-btnmenu { border:none; } +#taskview img { display:none; } \ No newline at end of file