Skip to content

Instantly share code, notes, and snippets.

@gabrielmansour
Created September 25, 2010 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielmansour/596382 to your computer and use it in GitHub Desktop.
Save gabrielmansour/596382 to your computer and use it in GitHub Desktop.
#container
+container
#content
+column(18)
#sidebar
+column(4,true)
+push(2)
#header, #footer
//+column really isn't necessary here since they're full-width elements, so it can be safely omitted
//+column(24, true)
:clear both
%html
%head
%title Example
%body
#container.container
#header.span-24.last
#content.span-18
This is the content
#sidebar.span-4.push-2.last
This is the sidebar
#footer.span-24.last
This is the footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment