mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
hide entire navbar in print views
This commit is contained in:
parent
1cb880b4f1
commit
54561f1121
2 changed files with 4 additions and 4 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
@ -251,7 +251,7 @@ table {
|
|||
max-width: 100% !important;
|
||||
}
|
||||
@page {
|
||||
margin: 0.5cm;
|
||||
margin: 2cm .5cm;
|
||||
}
|
||||
p,
|
||||
h2,
|
||||
|
@ -263,7 +263,7 @@ table {
|
|||
h3 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
.navbar-toggle {
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
|
||||
@page {
|
||||
margin: 0.5cm;
|
||||
margin: 2cm .5cm;
|
||||
}
|
||||
|
||||
p,
|
||||
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
|
||||
// Bootstrap components
|
||||
.navbar-toggle {
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue