From 1321b38cf8bebb423b092628c797e6f7ff39f065 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 18 Apr 2006 00:06:06 +0000 Subject: fix: update print.css for correct printing git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1193 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/print.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/yoga/print.css b/template/yoga/print.css index 79a0aaa2e..bb564378d 100644 --- a/template/yoga/print.css +++ b/template/yoga/print.css @@ -1,4 +1,5 @@ -#menubar, #categoryContent .navigationBar, #imageToolBar, .navThumb, TABLE.infoTable, #add_a_comment { +#menubar, #content .navigationBar, UL.categoryActions, #content DIV.calendarViews, .calendarBar, +#imageToolBar, .navThumb, #addComment { display: none; } @@ -8,6 +9,6 @@ BODY { background: #ffffff; } -#categoryContent { +#content { margin: 0; } -- cgit v1.2.3