Skip to content

Instantly share code, notes, and snippets.

@martinbalfanz
Created April 15, 2011 14:54
Show Gist options
  • Save martinbalfanz/921825 to your computer and use it in GitHub Desktop.
Save martinbalfanz/921825 to your computer and use it in GitHub Desktop.
lesscss 2 column layout, fix-width sidebar, flexible content
#main {
overflow:hidden;
#sidebar {
width:150px;
float:left;
}
#content {
margin-left:200px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment