mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 14:13:06 +02:00
fixes #7140: hide navbar toggle in print
This commit is contained in:
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@@ -263,6 +263,9 @@ table {
|
||||
h3 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
.navbar-toggle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
Reference in New Issue
Block a user