Skip to content

Instantly share code, notes, and snippets.

@solars
Created April 27, 2011 22:10
Show Gist options
  • Save solars/945341 to your computer and use it in GitHub Desktop.
Save solars/945341 to your computer and use it in GitHub Desktop.
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