diff options
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; } |