1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

hide entire navbar in print views

This commit is contained in:
Mark Otto
2013-05-08 19:57:42 -07:00
parent 1cb880b4f1
commit 54561f1121
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}
}

View File

@@ -52,7 +52,7 @@
}
@page {
margin: 0.5cm;
margin: 2cm .5cm;
}
p,
@@ -68,7 +68,7 @@
}
// Bootstrap components
.navbar-toggle {
.navbar {
display: none;
}
}