Port of blueprint commit:
commit 63b66d722bb727dac6be949b8cef74b913662bd5 Author: Joshua Clayton <jclayton@thoughtbot.com> Date: Sat Jan 16 15:13:51 2010 -0500 Make .colborder and .border not div-specific
This commit is contained in:
parent
3f4d339432
commit
80777ec5be
@ -39,10 +39,10 @@
|
|||||||
.box {
|
.box {
|
||||||
@include box; }
|
@include box; }
|
||||||
// Border on right hand side of a column. You can comment this out if you don't plan to use it.
|
// Border on right hand side of a column. You can comment this out if you don't plan to use it.
|
||||||
div.border {
|
.border {
|
||||||
@include border; }
|
@include border; }
|
||||||
// Border with more whitespace, spans one column.
|
// Border with more whitespace, spans one column.
|
||||||
div.colborder {
|
.colborder {
|
||||||
@include colborder; }
|
@include colborder; }
|
||||||
hr {
|
hr {
|
||||||
@include colruler; }
|
@include colruler; }
|
||||||
|
Loading…
Reference in New Issue
Block a user