aboutsummaryrefslogtreecommitdiff
path: root/lib
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
parentbd8745a98b93fb55e4c1c08a34e97bd30a16798c (diff)
downloadbootstrap-3157de8d1d4b69c0f5152b4a784bd185f76c9ac4.tar.xz
bootstrap-3157de8d1d4b69c0f5152b4a784bd185f76c9ac4.zip
clean up comments for better built files
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less7
-rw-r--r--lib/mixins.less6
-rw-r--r--lib/patterns.less19
-rw-r--r--lib/reset.less8
-rw-r--r--lib/responsive.less6
-rw-r--r--lib/scaffolding.less8
-rw-r--r--lib/tables.less8
-rw-r--r--lib/type.less6
-rw-r--r--lib/variables.less6
9 files changed, 34 insertions, 40 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 845eec185..39c293799 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -1,7 +1,6 @@
-/* Forms.less
- * Base styles for various input types, form layouts, and states
- * ------------------------------------------------------------- */
-
+// Forms.less
+// Base styles for various input types, form layouts, and states
+// -------------------------------------------------------------
// GENERAL STYLES
diff --git a/lib/mixins.less b/lib/mixins.less
index d77ecf621..0effdfa37 100644
--- a/lib/mixins.less
+++ b/lib/mixins.less
@@ -1,6 +1,6 @@
-/* Mixins.less
- * Snippets of reusable CSS to develop faster and keep code readable
- * ----------------------------------------------------------------- */
+// Mixins.less
+// Snippets of reusable CSS to develop faster and keep code readable
+// -----------------------------------------------------------------
// Clearfix for clearing floats like a boss h5bp.com/q
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; }
}
diff --git a/lib/reset.less b/lib/reset.less
index 8bff57335..c95c7b04c 100644
--- a/lib/reset.less
+++ b/lib/reset.less
@@ -1,6 +1,8 @@
-/* Reset.less
- * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
- * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
+// Reset.less
+// Props to Eric Meyer (meyerweb.com) for his CSS reset file.
+// We're using an adapted version here that cuts out some of the reset HTML
+// elements we will never need here (i.e., dfn, samp, etc).
+// ------------------------------------------------------------------------
// ERIC MEYER RESET
diff --git a/lib/responsive.less b/lib/responsive.less
index 75c33b1a8..f63f90c98 100644
--- a/lib/responsive.less
+++ b/lib/responsive.less
@@ -1,6 +1,6 @@
-/* Responsive.less
- * For phone and tablet devices
- * ------------------------------------------------------------- */
+// Responsive.less
+// For phone and tablet devices
+// -------------------------------------------------------------
// UP TO LANDSCAPE PHONE
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index 179ef2638..3e231aae5 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -1,7 +1,7 @@
-/*
- * Scaffolding
- * Basic and global styles for generating a grid system, structural layout, and page templates
- * ------------------------------------------------------------------------------------------- */
+//
+// Scaffolding
+// Basic and global styles for generating a grid system, structural layout, and page templates
+// -------------------------------------------------------------------------------------------
// STRUCTURAL LAYOUT
diff --git a/lib/tables.less b/lib/tables.less
index 4aed466b1..22a319918 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -1,7 +1,7 @@
-/*
- * Tables.less
- * Tables for, you guessed it, tabular data
- * ---------------------------------------- */
+//
+// Tables.less
+// Tables for, you guessed it, tabular data
+// ----------------------------------------
// BASELINE STYLES
diff --git a/lib/type.less b/lib/type.less
index 8e25fd9c5..407a20ec2 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -1,6 +1,6 @@
-/* Typography.less
- * Headings, body text, lists, code, and more for a versatile and durable typography system
- * ---------------------------------------------------------------------------------------- */
+// Typography.less
+// Headings, body text, lists, code, and more for a versatile and durable typography system
+// ----------------------------------------------------------------------------------------
// BODY TEXT
diff --git a/lib/variables.less b/lib/variables.less
index 92d09de70..caa9c0f60 100644
--- a/lib/variables.less
+++ b/lib/variables.less
@@ -1,6 +1,6 @@
-/* Variables.less
- * Variables to customize the look and feel of Bootstrap
- * ----------------------------------------------------- */
+// Variables.less
+// Variables to customize the look and feel of Bootstrap
+// -----------------------------------------------------
// LINK COLORS