summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/css/base.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/css/base.css b/templates/css/base.css
index 3b30711..6192406 100644
--- a/templates/css/base.css
+++ b/templates/css/base.css
@@ -75,3 +75,9 @@
.text-right {
text-align: right !important;
}
+
+@media print {
+ .navbar-fixed-top {
+ display: none !important;
+ }
+}