2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fix broken navbar collapse

This commit is contained in:
Mark Otto
2012-01-29 16:35:55 -08:00
parent d637db1a23
commit 702d3b6dfe
13 changed files with 36 additions and 23 deletions
+5 -3
View File
@@ -305,12 +305,14 @@
.btn-navbar {
display: block;
}
.nav-collapse.collapse {
.nav-collapse {
overflow: hidden;
height: 0;
}
.nav-collapse.collapse.in {
height: auto;
}
@media (min-width: 940px) {
.nav-collapse.collapse {
height: auto !important;
}
}
@media (min-width: 1200px) {