Is there a right way to remove the margin-right:10px from a column w/o hacking blueprint?
Here's my layout <div class="container"> <div class="span-24"> <div class="span-4 leftCol"> nav stuff </div> <div class="span-20 contentCol last"> content stuff </div> </div> </div> Right now I have a margin-right between the .leftCol and the .contentCol which I'd like to remove as I want them right next to each other so the background in leftCol and bkg color in contentCol line up without a gap. Is there a way to do this in BluePrint? Thanks! -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to blueprint...@googlegroups.com. To unsubscribe from this group, send email to blueprintcss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.