From e72283ccafaf37996ee44f26fca1e44f1501f53e Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 29 Jun 2011 15:40:52 -0700 Subject: fix comments up for non minified built file --- lib/scaffolding.less | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'lib/scaffolding.less') 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 { -- cgit v1.2.3