diff options
| author | Mark Otto <[email protected]> | 2013-05-23 21:06:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-23 21:06:02 -0700 |
| commit | 371d14e2173888932b1edf11083ccbf73bae313e (patch) | |
| tree | f2c7fef49a011cbafb3a88fa3392092075b64c43 /less | |
| parent | a3cba92edd6f778c061ff40dc34a5e939342d31c (diff) | |
| download | bootstrap-371d14e2173888932b1edf11083ccbf73bae313e.tar.xz bootstrap-371d14e2173888932b1edf11083ccbf73bae313e.zip | |
Remove commented out code and properly nest CSS again for .collapse
Diffstat (limited to 'less')
| -rw-r--r-- | less/component-animations.less | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/less/component-animations.less b/less/component-animations.less index b25adc932..50e5e45c1 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -11,22 +11,13 @@ } } -/*.collapse { +.collapse { position: relative; height: 0; overflow: hidden; .transition(height .35s ease); + &.in { height: auto; } -}*/ - -.collapse { - position: relative; - height: 0; - overflow: hidden; - .transition(height .35s ease); -} -.collapse.in { - height: auto; } |
