[–] some_weirdo 0 points 1 point 1 point (+1|-0) ago
Sorry, it looked like you were trying to make columns :)
I just used the max-length and min-length properties. e.g.
div.thing:nth-child(odd) {
min-width:49%;
max-width:49%;
display: inline-block;
}
for both odd and even. There's probably a better way to do it though :)
[–] Bashlet ago
Aha, I love breaking div.thing.