Created
April 27, 2011 22:10
-
-
Save solars/945341 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
body | |
div#container.showgrid | |
div#header | |
| the header | |
div#sidebar | |
| the left | |
div#content | |
form action="/" method="post" enctype="multipart/form-data" | |
| Image Url: | |
$blueprint_grid_columns: 8; | |
$blueprint_grid_width: 40px; | |
@include blueprint | |
div#container { | |
@include container; | |
background-color: #cccccc; | |
#header, #footer { | |
@include column(8); } | |
#sidebar { | |
@include column(3); } | |
#content { | |
@include column(5, true); } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment