Created
August 2, 2013 17:05
-
-
Save suvene/6141548 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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