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

update collapsible nav in navbar

This commit is contained in:
Mark Otto
2012-01-29 14:07:14 -08:00
parent 391661f14b
commit 9e7f5025b4
17 changed files with 27 additions and 20 deletions
+5 -2
View File
@@ -218,7 +218,7 @@
position: static;
margin-bottom: 18px;
}
.navbar-inner {
.navbar-fixed-top .navbar-inner {
padding: 5px;
background-image: none;
}
@@ -305,10 +305,13 @@
.btn-navbar {
display: block;
}
.nav-collapse {
.nav-collapse.collapse {
overflow: hidden;
height: 0;
}
.nav-collapse.collapse.in {
height: auto;
}
}
@media (min-width: 1200px) {
.thumbnails {
+1 -1
View File
@@ -2396,7 +2396,7 @@ button.btn.small, input[type="submit"].btn.small {
margin-top: 3px;
}
.nav-collapse.collapse {
height: auto !important;
height: auto;
}
.navbar .brand:hover {
text-decoration: none;