mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
The float code was old and did not support most of CSS 2.1. So unifying the two paths both simplifies code and improves functionality. Improves the Reddit sidebar.
10 lines
214 B
HTML
10 lines
214 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="float: left;">
|
|
<div style="margin-bottom: 64px;">Must be this tall</div>
|
|
<div style="margin-top: 64px;">to write multi-threaded code.</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|