Since the .offset classes .offset not work in Bootstrap v2.0.4, you can use the .span1 classes to create .span1 space to the left and right of these two elements. Like this:
<div class="row-fluid"> <div class="span1"> </div> <div class="span5"> </div> <div class="span5"> </div> <div class="span1"> </div> </div>
source share