I'm having trouble implementing bootstrap's grid system on jsfiddle.
I've tried using the example from the bootstrap documentation:
<div class="row">
<div class="col-md-1">.col-md-1</div>
...
</div>
However, the items end up stacking vertically instead of being aligned horizontally.