Commit 68dfd322 authored by Mark Otto's avatar Mark Otto

fixes #7140: hide navbar toggle in print

parent fe2658ed
......@@ -263,6 +263,9 @@ table {
h3 {
page-break-after: avoid;
}
.navbar-toggle {
display: none;
}
}
* {
......
......@@ -66,4 +66,9 @@
h3 {
page-break-after: avoid;
}
// Bootstrap components
.navbar-toggle {
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