Not sure whether this is a bug or the way that Blueprint works, but
I'm having difficulty understanding how to properly use the colborder
class in conjunction with an append class.
I have two columns of content that I want separated by some
significant whitespace between content chunks, with a vertical border
between them.
So I'm coding as follows:
<div class="column span-11 prepend-1 append-3
colborder"> ..content.. </div>
<div class="column span-6 prepend-3 last">...more
content ...</div>
I would like to see my content area separated by white space, THEN a
column border, then more white space (from the following div's
prepend). But when I include the "colborder" class on the first div
in conjunction with the "append-3" class, the "append" class gets
ignored completely. The border is drawn directly after the div's
content, and no further padding is applied. If I eliminate the
"colborder" class, then the content formats as expected (just without
the vertical divider where I'd want one.
Can anyone offer help?
Thanks
--
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.