Commit 54561f11 authored by Mark Otto's avatar Mark Otto

hide entire navbar in print views

parent 1cb880b4
...@@ -251,7 +251,7 @@ table { ...@@ -251,7 +251,7 @@ table {
max-width: 100% !important; max-width: 100% !important;
} }
@page { @page {
margin: 0.5cm; margin: 2cm .5cm;
} }
p, p,
h2, h2,
...@@ -263,7 +263,7 @@ table { ...@@ -263,7 +263,7 @@ table {
h3 { h3 {
page-break-after: avoid; page-break-after: avoid;
} }
.navbar-toggle { .navbar {
display: none; display: none;
} }
} }
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
} }
@page { @page {
margin: 0.5cm; margin: 2cm .5cm;
} }
p, p,
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
} }
// Bootstrap components // Bootstrap components
.navbar-toggle { .navbar {
display: none; display: none;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment