Skip to content

Instantly share code, notes, and snippets.

@bdukes
Created January 25, 2012 16:04
Show Gist options
  • Save bdukes/1676957 to your computer and use it in GitHub Desktop.
Save bdukes/1676957 to your computer and use it in GitHub Desktop.
.blog .main {
float: left;
width: 61.111111111111%; /* 550px / 900px */
}
.blog .adside {
float: right;
width: 36.7777778%; /* 331px / 900px */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment