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 --- less/component-animations.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'less') diff --git a/less/component-animations.less b/less/component-animations.less index 8393aa44c..1efe45e2c 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -16,12 +16,14 @@ } .collapse { + display: none; + &.in { + display: block; + } +} +.collapsing { position: relative; height: 0; overflow: hidden; .transition(height .35s ease); - - &.in { - height: auto; - } } -- 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 --- less/navbar.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') diff --git a/less/navbar.less b/less/navbar.less index 4335413ef..653a8d6d9 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -330,6 +330,7 @@ display: none; } .nav-collapse.collapse { + display: block !important; height: auto !important; overflow: visible !important; } -- cgit v1.2.3