As i said above: adding a border like this in your custom css keeps
your framework from beeing "hacky":

.borders {
border: 1px solid #eee;
margin: -1px;
}
.border-top {
border-top: 1px solid #eee;
margin-top: -1px;
}
.border-right {
border-right: 1px solid #eee;
margin-right: -1px;
}
.border-bottom {
border-bottom: 1px solid #eee;
margin-bottom: -1px;
}
.border-left {
border-left: 1px solid #eee;
margin-left: -1px;
}

This matches .border and .colborder too.

Regards, K.
P.s.: I would suggest to add this to blueprint in the next version.
You should change hr from #ddd to #eee too, to make the greys match
better.

Pps.: OOCSS is a really good and nice, but in some parts pretty
overdone sollution for FLUID grids only. So it´s no competant to
blueprint. (But thanks for pointing me on that.)

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to