aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-04-18 00:06:50 +0000
committerrvelices <rv-github@modusoptimus.com>2006-04-18 00:06:50 +0000
commitcb15cc504ba5ae3b107fc54a5a47befe453bb774 (patch)
treef555038b3f159ea9f58dd521bf566a922c27a82e /template
parentefc05de9d4cb131a910e80633965a515d506ef0f (diff)
merge r1193 from branch-1_6 into trunk
fix: update print.css for correct printing git-svn-id: http://piwigo.org/svn/trunk@1194 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/print.css5
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;
}