diff options
Diffstat (limited to '')
-rw-r--r-- | template/cclear/print.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/template/cclear/print.css b/template/cclear/print.css new file mode 100644 index 000000000..79a0aaa2e --- /dev/null +++ b/template/cclear/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; +} |