mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
hide entire navbar in print views
This commit is contained in:
+2
-2
@@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
@page {
|
||||
margin: 0.5cm;
|
||||
margin: 2cm .5cm;
|
||||
}
|
||||
|
||||
p,
|
||||
@@ -68,7 +68,7 @@
|
||||
}
|
||||
|
||||
// Bootstrap components
|
||||
.navbar-toggle {
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user