Created
September 16, 2012 23:46
-
-
Save wolfeidau/3734850 to your computer and use it in GitHub Desktop.
Twitter bootstrap fragment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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