diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 15:42:07 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 15:42:07 -0800 |
| commit | b8a683d7f250a11d349a3e5de0d75ace9d67df0c (patch) | |
| tree | 5a3436730a0d61efd223bc04182dd75b17516cf5 /less/responsive.less | |
| parent | ea1c21d62d66b929be9fcdf389d4d5835c1e6546 (diff) | |
| download | bootstrap-b8a683d7f250a11d349a3e5de0d75ace9d67df0c.tar.xz bootstrap-b8a683d7f250a11d349a3e5de0d75ace9d67df0c.zip | |
turn off brand hover for now + get nav toggling in mobile
Diffstat (limited to 'less/responsive.less')
| -rw-r--r-- | less/responsive.less | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/less/responsive.less b/less/responsive.less index cc3b2882f..6c3102c14 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -126,12 +126,6 @@ width: auto; margin: 0; } - - // Navbar button - .btn-navbar { - display: block; - } - } @@ -292,6 +286,15 @@ padding-left: 10px; padding-right: 10px; } + // Navbar button + .btn-navbar { + display: block; + } + + .nav-collapse { + overflow: hidden; + height: 0; + } } |
