Make colruler color customizable

This commit is contained in:
tdreyno 2009-07-04 16:01:44 -07:00
parent ab4ae91f38
commit a5393bbb7c

View File

@ -151,9 +151,9 @@
:border-right #{!border_width} solid #{!border_color} :border-right #{!border_width} solid #{!border_color}
// Mixin this to an hr to make a horizontal ruler across a column. // Mixin this to an hr to make a horizontal ruler across a column.
=colruler =colruler(!border_color = #ddd)
:background #ddd :background= !border_color
:color #ddd :color= !border_color
:clear both :clear both
:float none :float none
:width 100% :width 100%