Move some optional classes and <hr> styles into the scaffolding module

This commit is contained in:
Chris Eppstein 2008-09-18 21:35:03 -07:00
parent e2ddf4ff59
commit a83dd6e143
2 changed files with 11 additions and 11 deletions

View File

@ -138,14 +138,3 @@
@for !n from 1 to !layout_grid_columns + 1
.push-#{!n}
+push(!n)
//*** The following classes are provided for convenience. You can comment them out if you don't want them. ***//
// Border on right hand side of a column. You can comment this out if you don't plan to use it.
div.border
+border
// Border with more whitespace, spans one column.
div.colborder
+colborder
hr
+colruler
hr.space
+colspacer

View File

@ -1,3 +1,4 @@
@import grid
/*
The styles contained here are meant to provide for an attractive experience out of the box
and are meant to be removed once custom visual design begins.
@ -16,3 +17,13 @@
+body-margins
.box
+box
// Border on right hand side of a column. You can comment this out if you don't plan to use it.
div.border
+border
// Border with more whitespace, spans one column.
div.colborder
+colborder
hr
+colruler
hr.space
+colspacer