aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-23 21:06:02 -0700
committerMark Otto <[email protected]>2013-05-23 21:06:02 -0700
commit371d14e2173888932b1edf11083ccbf73bae313e (patch)
treef2c7fef49a011cbafb3a88fa3392092075b64c43 /less
parenta3cba92edd6f778c061ff40dc34a5e939342d31c (diff)
downloadbootstrap-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.less13
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;
}