vendor/frameworks/twitter/bootstrap/responsive-navbar.scss in anjlab-bootstrap-rails-2.1.0.5 vs vendor/frameworks/twitter/bootstrap/responsive-navbar.scss in anjlab-bootstrap-rails-2.1.1.0

- old
+ new

@@ -113,18 +113,29 @@ display: none; } .nav-collapse .dropdown-menu .divider { display: none; } + .nav-collapse .nav > li > .dropdown-menu { + &:before, + &:after { + display: none; + } + } // Forms in navbar .nav-collapse .navbar-form, .nav-collapse .navbar-search { float: none; padding: ($baseLineHeight / 2) 15px; margin: ($baseLineHeight / 2) 0; border-top: 1px solid $navbarBackground; border-bottom: 1px solid $navbarBackground; @include box-shadow((inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1))); + } + .navbar-inverse .nav-collapse .navbar-form, + .navbar-inverse .nav-collapse .navbar-search { + border-top-color: $navbarInverseBackground; + border-bottom-color: $navbarInverseBackground; } // Pull right (secondary) nav content .navbar .nav-collapse .nav.pull-right { float: none; margin-left: 0; \ No newline at end of file