diff options
| author | Mark Otto <[email protected]> | 2013-01-15 17:55:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-15 17:55:14 -0800 |
| commit | 85db846b651842444d374f8e54f3f362ca18d08e (patch) | |
| tree | 3f8bd10e17327ebcb0a8f5d719741be49cbf6580 /less/component-animations.less | |
| parent | 094767fbfe09b921da1f3f5deba4db2c79be37f5 (diff) | |
| download | bootstrap-85db846b651842444d374f8e54f3f362ca18d08e.tar.xz bootstrap-85db846b651842444d374f8e54f3f362ca18d08e.zip | |
mobile-first navs, navbar, grids, and type
Diffstat (limited to 'less/component-animations.less')
| -rw-r--r-- | less/component-animations.less | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/less/component-animations.less b/less/component-animations.less index d614263a7..b25adc932 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -11,7 +11,7 @@ } } -.collapse { +/*.collapse { position: relative; height: 0; overflow: hidden; @@ -19,4 +19,14 @@ &.in { height: auto; } +}*/ + +.collapse { + position: relative; + height: 0; + overflow: hidden; + .transition(height .35s ease); +} +.collapse.in { + height: auto; } |
