diff options
| author | fat <[email protected]> | 2012-10-30 21:32:15 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2012-10-30 21:32:15 -0700 |
| commit | 404e4d9e9a082d2b7a6dfa1aee13709173f8e822 (patch) | |
| tree | 50bb28e6bc7014823ee4eb19b3a2fb03526809f0 /docs/assets/css | |
| parent | b5af762ef59e1fa97f4386f5feadb67aa5183fef (diff) | |
| download | bootstrap-404e4d9e9a082d2b7a6dfa1aee13709173f8e822.tar.xz bootstrap-404e4d9e9a082d2b7a6dfa1aee13709173f8e822.zip | |
fix carousel and rebuild js
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 37235953a..5f8738efd 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -1018,7 +1018,7 @@ position: static; top: auto; left: auto; - display: block; + display: none; float: none; max-width: none; padding: 0; @@ -1032,6 +1032,9 @@ -moz-box-shadow: none; box-shadow: none; } + .nav-collapse .open > .dropdown-menu { + display: block; + } .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after { display: none; |
