Hello
I am using blueprint css framework
when using the following code:
<div class="container showgrid">
<div class="span-12">left column</div>
<div class="span-12 last">right column</div>
</div>
you will notice that there is a small space between these columns!
is there any way to remove that space?
Thanks