aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/print.css')
-rw-r--r--template/yoga/print.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/template/yoga/print.css b/template/yoga/print.css
new file mode 100644
index 000000000..79a0aaa2e
--- /dev/null
+++ b/template/yoga/print.css
@@ -0,0 +1,13 @@
+#menubar, #categoryContent .navigationBar, #imageToolBar, .navThumb, TABLE.infoTable, #add_a_comment {
+ display: none;
+}
+
+BODY {
+ margin: 0;
+ color: #000000;
+ background: #ffffff;
+}
+
+#categoryContent {
+ margin: 0;
+}