I'm having trouble sorting this one out.  I'm using the standard Bootstrap 
3.0 CSS.  I downloaded the whole thing without any customization.  I'm not 
sure why a space keeps appearing between my two rows:


      <div class="row">
          <div class="col-xs-12">
              This is the top row.
          </div>
      </div>

      <div class="row">
          <div class="col-xs-12">
              <h2>When I use a heading tag, a space appears bw rows.</h2>
          </div>
      </div>


It seems like the "row" div gets a height of 20 pixels more than its child, 
the col-xs-12.  Any advice is appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to