For just one specific row, add a style attribute: style="margin-bottom:10px;"
For many rows, add a class to your stylesheet, and apply when necessary:
.row.super-special { margin-bottom: 10px; }
<div class="row super-special">My super special content</div>
On Thursday, April 19, 2012 10:20:52 AM UTC-7, andrewarrow wrote:
>
> is there a better way to do:
>
> <div class="row"> </div>
>
> ? just an easy way to put 10px between two rows.
