2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

fix responsive navbar

This commit is contained in:
Jacob Thornton
2012-03-25 13:33:36 -07:00
parent a5552a1d70
commit a62810918f
16 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
// Gradient is applied to it's own element because overflow visible is not honored by IE when filter is present
.navbar-inner {
height: @navbarHeight;
min-height: @navbarHeight;
padding-left: 20px;
padding-right: 20px;
#gradient > .vertical(@navbarBackgroundHighlight, @navbarBackground);
+2 -2
View File
@@ -112,7 +112,7 @@
}
// Hide everything in the navbar save .brand and toggle button */
.nav-collapse {
.nav-collapse, .nav-collapse.collapse {
overflow: hidden;
height: 0;
}
@@ -128,4 +128,4 @@
height: auto !important;
overflow: visible !important;
}
}
}