From e2d4cf5f683e13440c98d36b6a38d1b501336adc Mon Sep 17 00:00:00 2001 From: fat Date: Fri, 26 Jul 2013 20:34:39 -0700 Subject: change how collapse works - collapse, collapsing, and in --- dist/css/bootstrap.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 79ea5445a..5c278cd02 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; -- cgit v1.2.3 From 38044e55aeeb80c370e9110a2e7d339d4575a222 Mon Sep 17 00:00:00 2001 From: fat Date: Fri, 26 Jul 2013 20:44:35 -0700 Subject: rebuild + fix #2539 --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5c278cd02..de08356f6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2943,6 +2943,7 @@ button.close { display: none; } .nav-collapse.collapse { + display: block !important; height: auto !important; overflow: visible !important; } -- cgit v1.2.3