2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #5163: add new var for navbar collapse's default view, use that in responsive navbar css

This commit is contained in:
Mark Otto
2012-09-17 08:52:19 -07:00
parent 6e25aacc91
commit 1ea09b751e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
// DEFAULT DESKTOP
// ---------------
@media (min-width: 980px) {
@media (min-width: @navbarCollapseDesktopWidth) {
// Required to make the collapsing navbar work on regular desktops
.nav-collapse.collapse {