I've added some basic code to my document but there isn't any gutter spacing between each section like there would be on a 960 grid layout
if there something that i might be missing here?
HTML:
<div class="row">
<div class="col-md-4 block">
hello this is a test block
</div>
<div class="col-md-4 block">
hello this is a test block
</div>
<div class="col-md-4 block">
hello this is a test block
</div>
</div>
</div>
CSS:
.block{
background-color:#6CC;
}