• #indieweb 2014-11-11
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2014-11-11 UTC
# 19:47
kylewm
bret: e.g. I wanted to have two rigid divs, side by side (like for showing a avatar next to a comment). with the avatar float: left, the comment text flows around the picture in an ugly way. but if the comment is "overflow-x: hidden", it wraps how I wanted .... no idea why