1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

fixes #7140: hide navbar toggle in print

This commit is contained in:
Mark Otto
2013-03-16 16:17:32 -07:00
parent fe2658ed61
commit 68dfd322f4
2 changed files with 8 additions and 0 deletions

View File

@@ -263,6 +263,9 @@ table {
h3 { h3 {
page-break-after: avoid; page-break-after: avoid;
} }
.navbar-toggle {
display: none;
}
} }
* { * {

View File

@@ -66,4 +66,9 @@
h3 { h3 {
page-break-after: avoid; page-break-after: avoid;
} }
// Bootstrap components
.navbar-toggle {
display: none;
}
} }