How do I draw a vertical border (newspaper-like) between the columns I've create? I'm also open to writing this in css3.
#contentBox
{
margin: 0 auto;
width: 80%;
}
#contentBox .article
{
float: left;
margin: 0;
width: 50%;
border-right: solid;
}
Then haml:
#contentBox
.article
%p text
.article
%p text