Chris@76: /* special styles for Safari (and other Webkit based browsers like Chrome) Chris@76: Webkit needs this otherwise the post goes off to the right. Chris@76: Causes issues in IE browsers in (and cached search engines pages it breaks them). Chris@76: */ Chris@76: .postarea .post Chris@76: { Chris@76: float: left; Chris@76: }