Yes, "border"s are added to the outside and "outline"s can“t be
displayed in every browser. i would suggest to add the following
classes for 1px-borders:

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

optional you could write a plugin that covers for ex. border-top, -
right, -bottom, -left for -1px to -10px/-18px (horizontal/vertical)
and boders from -1px to -30px;

that way would cover all your needs with classes that you could apply
to get your block-elements back into the grid.

additions are welcome.

regards, kaiser.

-- 
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