Skip to content

Commit

Permalink
Make colruler color customizable
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jul 4, 2009
1 parent ab4ae91 commit a5393bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass
Expand Up @@ -151,9 +151,9 @@
:border-right #{!border_width} solid #{!border_color}

// Mixin this to an hr to make a horizontal ruler across a column.
=colruler
:background #ddd
:color #ddd
=colruler(!border_color = #ddd)
:background= !border_color
:color= !border_color
:clear both
:float none
:width 100%
Expand Down

0 comments on commit a5393bb

Please sign in to comment.