mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 07:39:57 +02:00
update collapsible nav in navbar
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
position: static;
|
||||
margin-bottom: @baseLineHeight;
|
||||
}
|
||||
.navbar-inner {
|
||||
.navbar-fixed-top .navbar-inner {
|
||||
padding: 5px;
|
||||
background-image: none;
|
||||
}
|
||||
@@ -335,10 +335,13 @@
|
||||
}
|
||||
|
||||
// Hide everything in the navbar save .brand and toggle button */
|
||||
.nav-collapse {
|
||||
.nav-collapse.collapse {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
}
|
||||
.nav-collapse.collapse.in {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user