diff options
| author | Mark Otto <[email protected]> | 2012-01-29 14:07:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 14:07:58 -0800 |
| commit | 9e7f5025b494927e9ffc88119b0b9426f7487a62 (patch) | |
| tree | 96babbb9fe987675a84ad97794bdd95252bd41fb /docs/assets/css/bootstrap.css | |
| parent | 391661f14b734f378ecc704c724269f1d7efbd0f (diff) | |
| download | bootstrap-9e7f5025b494927e9ffc88119b0b9426f7487a62.tar.xz bootstrap-9e7f5025b494927e9ffc88119b0b9426f7487a62.zip | |
update collapsible nav in navbar
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5330b5102..9b6217fbd 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; |
