diff options
| author | Mark Otto <[email protected]> | 2011-06-30 00:15:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 00:15:37 -0700 |
| commit | 9e33ab20abaa34bf761ca74ab843cb43d6ae138d (patch) | |
| tree | 42cb71849eb3622ea9a1f37c756f611bcee09d14 /lib/scaffolding.less | |
| parent | 1905a992d9cc8f1160930edad6ec5d52eaf06d85 (diff) | |
| download | bootstrap-9e33ab20abaa34bf761ca74ab843cb43d6ae138d.tar.xz bootstrap-9e33ab20abaa34bf761ca74ab843cb43d6ae138d.zip | |
clean up commented out css, slightly updated docs again
Diffstat (limited to 'lib/scaffolding.less')
| -rw-r--r-- | lib/scaffolding.less | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index a8b67e460..4adfdeb79 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -1,9 +1,10 @@ -/* Scaffolding.less +/* + * Scaffolding * Basic and global styles for generating a grid system, structural layout, and page templates - * ------------------------------------------------------------------------------------------- */ + */ -// Baseline Grid System -// -------------------- +/* Baseline Grid System +-------------------------------------------------- */ div.row { .clearfix(); @@ -26,8 +27,8 @@ div.row { } -// Structural Layout -// ----------------- +/* Structural Layout +-------------------------------------------------- */ html, body { background-color: #fff; @@ -61,8 +62,8 @@ div.container-fluid { } -// Base Styles -// ----------- +/* Base Styles +-------------------------------------------------- */ // Links a { @@ -104,7 +105,7 @@ a { cursor: default; } &:focus { - + } &:active { @shadow: inset 0 3px 7px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05); |
