summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/freeside-print.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/freeside-print.css b/httemplate/elements/freeside-print.css
new file mode 100644
index 000000000..c3b99632e
--- /dev/null
+++ b/httemplate/elements/freeside-print.css
@@ -0,0 +1,6 @@
+.fshead, .fsmenubar, .fssearchbar, .noprint {
+ display: none;
+}
+a {
+ text-decoration: none;
+}