2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

clean up comments for better built files

This commit is contained in:
Jacob Thornton
2011-11-25 21:34:55 -08:00
parent bd8745a98b
commit 3157de8d1d
13 changed files with 44 additions and 130 deletions
+6 -13
View File
@@ -1,6 +1,6 @@
/* Patterns.less
* Repeatable UI elements outside the base styles provided from the scaffolding
* ---------------------------------------------------------------------------- */
// Patterns.less
// Repeatable UI elements outside the base styles provided from the scaffolding
// ----------------------------------------------------------------------------
// NAVBAR (FIXED AND STATIC)
@@ -643,18 +643,11 @@ input[type=submit].btn {
}
.collapse {
.transition(height .35s ease);
position:relative;
overflow:hidden;
&.height {
.transition(height .35s ease);
height: 0;
&.in { height: auto; }
}
&.width {
.transition(width .35s ease);
width: 0;
&.in { width: auto; }
}
height: 0;
&.in { height: auto; }
}