From 8668b3eba337a5225edd23d3fc57d8fd45a0f9e0 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 29 Oct 2009 08:22:03 +0100 Subject: hide edit link in print.css --- print.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'print.css') diff --git a/print.css b/print.css index 515b902..e872d9c 100644 --- a/print.css +++ b/print.css @@ -21,6 +21,8 @@ td.name { background-color:#A00; } +span.edituser a{ text-decoration: none } + th.weekday{ width: 2.5em; } @@ -74,7 +76,7 @@ tr.participantrow:hover { background: #AAA; } -div#add_comment,div#edit_column, div#history, div#backlink, input.delete_comment_button, tr#add_participant, div#configlink, div#tabs, p#history{ +div#add_comment,div#edit_column, div#history, div#backlink, input.delete_comment_button, tr#add_participant, div#configlink, div#tabs, p#history, span.edituser a{ visibility: collapse; } -- cgit v1.2.3