layout: Adjust the position of block formatting contexts based on float

placement.

Improves Reddit considerably.

Closes #3456.
This commit is contained in:
Patrick Walton 2014-09-22 17:34:29 -07:00
parent a6ff0479d9
commit 3bb4020ff8
5 changed files with 58 additions and 3 deletions

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="float: left;">4913</div>
<div>RIP Richard Kiel</div>
</body>
</html>