What I am trying to accomplish is a white frame where I will have my 
content, and two black bars on each side as the margins.  What I tried to 
accomplish this was:-

.sidebar {
      background-color: black;
}

<div class="row-fluid">
     <div class="span1 sidebar"></div>
     <div class="span10">
      </div>
      <div class="span1 sidebar"></div
</div>


The way it rendered was that the middle and rightmost divs ended up with a 
43px margin that I was unable to remove.

Can anyone offer me any insight into what I am doing wrong and how I can 
accomplish the above.  

Thanks

-- 
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