Skip to content

Commit

Permalink
fix bugs by add closing </div>
Browse files Browse the repository at this point in the history
  • Loading branch information
robinloxley1 committed Aug 6, 2013
1 parent 31030e2 commit cd71f8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ <h3>7</h3> <p>days left</p>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span10 offset1">
<!-- Bootstrap progress bar -->
Expand All @@ -180,19 +181,22 @@ <h3>7</h3> <p>days left</p>
<div class="bar bar-warning" style="width: 12%;"></div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span6 offset3 order">
<!-- Standard Bootstrap button. -->
<!-- http://twitter.github.io/bootstrap/base-css.html#buttons -->
<button class="btn btn-success btn-large">Preorder</button>
</div>
</div>
<div class="row-fluid">
<div class="span8 offset2 social">
<!-- Social buttons are not included in default Bootstrap. -->
<!-- See: http://noizwaves.github.io/bootstrap-social-buttons -->
<button class="btn btn-twitter"><i class="icon-twitter"></i> | Twitter</button>
<button class="btn btn-facebook"><i class="icon-facebook"></i> | Facebook</button>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit cd71f8d

Please sign in to comment.