summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2015-12-08 00:36:48 +0100
committerSebastian Reichel <sre@ring0.de>2015-12-08 00:36:48 +0100
commit00b6d5f98efb830fbade6851091a12572ee7f283 (patch)
treea28607feab188dc254d951aef50caf0cca708bdf
parentcfa34430b907f7598c55e2353301a853fc4f5c7f (diff)
downloadserial-barcode-scanner-00b6d5f98efb830fbade6851091a12572ee7f283.tar.bz2
do not print fixed navbar
-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;
+ }
+}