diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-18 00:06:06 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-18 00:06:06 +0000 |
commit | 1321b38cf8bebb423b092628c797e6f7ff39f065 (patch) | |
tree | cfd7beb627d57592eebf3e2f8fc197e6add12d25 /template/yoga | |
parent | c7d102d838b97bad30a353688eddc3b67135b621 (diff) |
fix: update print.css for correct printing
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1193 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/print.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; } |