mirror of
https://github.com/servo/servo.git
synced 2025-06-16 20:34:30 +00: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
193 B
HTML
10 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div>
|
|
<div style="margin-bottom: 64px;">Must be this tall</div>
|
|
<div style="margin-top: 64px;">to write multi-threaded code.</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|