Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created September 16, 2012 23:46
Show Gist options
  • Save wolfeidau/3734850 to your computer and use it in GitHub Desktop.
Save wolfeidau/3734850 to your computer and use it in GitHub Desktop.
Twitter bootstrap fragment
<div class="container-fluid">
<div class="row-fluid">
<div class="span2" style="background: #4682b4;">
<!--Sidebar content-->
</div>
<div class="span10" style="background: #4682b4;">
<!--Body content-->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment