aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-25 21:34:55 -0800
committerJacob Thornton <[email protected]>2011-11-25 21:34:55 -0800
commit3157de8d1d4b69c0f5152b4a784bd185f76c9ac4 (patch)
tree29803f212fb0cbe820b51a279e9ccdc99e5576f6 /lib/patterns.less
parentbd8745a98b93fb55e4c1c08a34e97bd30a16798c (diff)
downloadbootstrap-3157de8d1d4b69c0f5152b4a784bd185f76c9ac4.tar.xz
bootstrap-3157de8d1d4b69c0f5152b4a784bd185f76c9ac4.zip
clean up comments for better built files
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less19
1 files changed, 6 insertions, 13 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 1b4c5a941..15c3c9c06 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -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; }
}