From 46455e8b80909a5643683d675f0d175c96c06daf Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sun, 29 Mar 2009 22:33:16 +0200 Subject: bugfix: forgot to hide config link in print.css --- print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.css') diff --git a/print.css b/print.css index a2af92a..c6fc34e 100644 --- a/print.css +++ b/print.css @@ -42,7 +42,7 @@ td { td.sum, td.date, td.name, td.checkboxes { background-color:Silver; } -div#add_comment,div#add_remove_column, div#invite_delete, div#history, div#backlink, input.delete_comment_button, tr#add_participant{ +div#add_comment,div#add_remove_column, div#invite_delete, div#history, div#backlink, input.delete_comment_button, tr#add_participant, div#configlink{ visibility: collapse; } th { -- cgit v1.2.3