diff options
| author | Mark Otto <[email protected]> | 2013-07-26 20:53:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 20:53:26 -0700 |
| commit | 27a656f72e8b31bda944f4e083ce8d667d96a0e8 (patch) | |
| tree | d8e3ad1500db2cc8fffb459c948ae599e4047058 /dist/css/bootstrap.css | |
| parent | 425ec58ea964b632b085c65daf415988ce12a4cb (diff) | |
| parent | 93eeb8578d3d5d2629f27316af71395817b23bdd (diff) | |
| download | bootstrap-27a656f72e8b31bda944f4e083ce8d667d96a0e8.tar.xz bootstrap-27a656f72e8b31bda944f4e083ce8d667d96a0e8.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 79ea5445a..de08356f6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2016,6 +2016,14 @@ input[type="button"].btn-block { } .collapse { + display: none; +} + +.collapse.in { + display: block; +} + +.collapsing { position: relative; height: 0; overflow: hidden; @@ -2023,10 +2031,6 @@ input[type="button"].btn-block { transition: height 0.35s ease; } -.collapse.in { - height: auto; -} - .caret { display: inline-block; width: 0; @@ -2939,6 +2943,7 @@ button.close { display: none; } .nav-collapse.collapse { + display: block !important; height: auto !important; overflow: visible !important; } |
