astro / bitlove-ui

Bitlove.org on Yesod
http://bitlove.org/
Other
31 stars 8 forks source link

Fix filter button style breakage #2

Closed jannschu closed 12 years ago

jannschu commented 12 years ago

Generated content with the :after pseudo element is inline by default.

If the float attribute is needed somehow, we should try a :before and float it right.

astro commented 12 years ago

That was it! Thank you very much!