mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
hide entire navbar in print views
This commit is contained in:
parent
1cb880b4f1
commit
54561f1121
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…
Reference in New Issue
Block a user