Skip to content

Instantly share code, notes, and snippets.

@suvene
Created August 2, 2013 17:05
Show Gist options
  • Save suvene/6141548 to your computer and use it in GitHub Desktop.
Save suvene/6141548 to your computer and use it in GitHub Desktop.
#container, #content {
width: 1640px !important;
margin-left: -10px;
}
#left_column {
width: 1280px !important;
}
.#right_column {
margin-left: 110px !important;
}
#posts li {
margin-bottom: 10px !important;
}
#posts li:nth-child(2n+1) {
float: left !important;
}
#posts li:nth-child(2n) {
float: right !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment