From 00b6d5f98efb830fbade6851091a12572ee7f283 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Tue, 8 Dec 2015 00:36:48 +0100 Subject: do not print fixed navbar --- templates/css/base.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; + } +} -- cgit v1.2.3