From 8c3dc34359518e2a599afcec98728d9678a48b43 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 4 Feb 2007 09:08:49 +0000 Subject: [PATCH] rightbox class set to display:none for printing git-svn-id: http://redmine.rubyforge.org/svn/trunk@227 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 76e0eae0..dad35084 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -1,3 +1,3 @@ #header, #navigation, #subcontent, #footer { display:none; } .menu { display:none; } -.contextual { display:none; } \ No newline at end of file +.contextual, .rightbox { display:none; } \ No newline at end of file