]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove commented out code and properly nest CSS again for .collapse
authorMark Otto <otto@github.com>
Fri, 24 May 2013 04:06:02 +0000 (21:06 -0700)
committerMark Otto <otto@github.com>
Fri, 24 May 2013 04:06:02 +0000 (21:06 -0700)
docs/assets/css/bootstrap.css
less/component-animations.less

index 29cf5192365fffbb527006ceff5fa42461aaada6..b65d864807dc9ab019ed7d0de56dae7b9388812b 100644 (file)
@@ -1985,16 +1985,6 @@ input[type="button"].btn-block {
   opacity: 1;
 }
 
-/*.collapse {
-  position: relative;
-  height: 0;
-  overflow: hidden;
-  .transition(height .35s ease);
-  &.in {
-    height: auto;
-  }
-}*/
-
 .collapse {
   position: relative;
   height: 0;
index b25adc932ad79d28851e4923b58e76e39ddbcd91..50e5e45c128cad8773fff72f822f540582342e14 100644 (file)
   }
 }
 
-/*.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;
 }