aboutsummaryrefslogtreecommitdiff
path: root/lib/scaffolding.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-16 22:58:01 -0700
committerJacob Thornton <[email protected]>2011-08-16 22:58:01 -0700
commit6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8 (patch)
tree1e63886781d626933a6cee19872e105cd8a0066d /lib/scaffolding.less
parent5eb962faea0ef05392ba9109546d5d9fda07aa43 (diff)
downloadbootstrap-6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8.tar.xz
bootstrap-6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8.zip
update whitspace and comment styles
Diffstat (limited to 'lib/scaffolding.less')
-rw-r--r--lib/scaffolding.less20
1 files changed, 11 insertions, 9 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index f1db31c7c..427dab2b8 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -1,14 +1,15 @@
/*
* Scaffolding
* Basic and global styles for generating a grid system, structural layout, and page templates
- */
+ * ------------------------------------------------------------------------------------------- */
-/* Baseline Grid System
--------------------------------------------------- */
+
+// GRID SYSTEM
+// -----------
.row {
.clearfix();
-
+
// Default columns
.span1 { .columns(1); }
.span2 { .columns(2); }
@@ -26,7 +27,7 @@
.span14 { .columns(14); }
.span15 { .columns(15); }
.span16 { .columns(16); }
-
+
// Offset column options
.offset1 { .offset(1); }
.offset2 { .offset(2); }
@@ -43,8 +44,8 @@
}
-/* Structural Layout
--------------------------------------------------- */
+// STRUCTURAL LAYOUT
+// -----------------
html, body {
background-color: #fff;
@@ -78,8 +79,8 @@ div.container-fluid {
}
-/* Base Styles
--------------------------------------------------- */
+// BASE STYLES
+// -----------
// Links
a {
@@ -125,6 +126,7 @@ a {
.box-shadow(@shadow);
}
}
+
// Help Firefox not be a jerk about adding extra padding to buttons
button.btn,
input[type=submit].btn {