aboutsummaryrefslogtreecommitdiff
path: root/lib/scaffolding.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-06-29 15:40:52 -0700
committerJacob Thornton <[email protected]>2011-06-29 15:40:52 -0700
commite72283ccafaf37996ee44f26fca1e44f1501f53e (patch)
treef08583baf0e16f1ff3dc145a5bfc43f35cb07681 /lib/scaffolding.less
parente0b09867c23b421153f10235ec64d484bac6323d (diff)
downloadbootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.tar.xz
bootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.zip
fix comments up for non minified built file
Diffstat (limited to 'lib/scaffolding.less')
-rw-r--r--lib/scaffolding.less17
1 files changed, 8 insertions, 9 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index f279fe141..e574ad14f 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -1,10 +1,9 @@
-/*
- * Scaffolding
+/* Scaffolding.less
* Basic and global styles for generating a grid system, structural layout, and page templates
- */
+ * ------------------------------------------------------------------------------------------- */
-/* Baseline Grid System
--------------------------------------------------- */
+// Baseline Grid System
+// --------------------
div.row {
.clearfix();
@@ -27,8 +26,8 @@ div.row {
}
-/* Structural Layout
--------------------------------------------------- */
+// Structural Layout
+// -----------------
html, body {
background-color: #fff;
@@ -62,8 +61,8 @@ div.container-fluid {
}
-/* Base Styles
--------------------------------------------------- */
+// Base Styles
+// -----------
// Links
a {