From cd2d82150cc27c1f81d2394a22efbf2dbec0e7be Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Jun 2012 21:46:45 -0700 Subject: standardize top level file comments --- less/component-animations.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'less/component-animations.less') diff --git a/less/component-animations.less b/less/component-animations.less index 1e1e78b85..d614263a7 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -1,5 +1,7 @@ -// COMPONENT ANIMATIONS -// -------------------- +// +// Component animations +// -------------------------------------------------- + .fade { opacity: 0; -- cgit v1.2.3 From 9c72246d491fa942635a27ee0047e473f4df05cc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 14 Aug 2012 16:24:58 -0700 Subject: navbar and dropdown fixes, for alignments and for ie7/8 dropdown hidden bugs from #3946 --- less/component-animations.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/component-animations.less') diff --git a/less/component-animations.less b/less/component-animations.less index d614263a7..2166776d9 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -15,6 +15,7 @@ position: relative; height: 0; overflow: hidden; + overflow: visible \9; .transition(height .35s ease); &.in { height: auto; -- cgit v1.2.3