2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

update whitspace and comment styles

This commit is contained in:
Jacob Thornton
2011-08-16 22:58:01 -07:00
parent 5eb962faea
commit 6d0b083b7d
10 changed files with 109 additions and 82 deletions
+11 -9
View File
@@ -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 {