mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
backgrounds/borders/etc. twice for inline-blocks. Improves Reddit, GitHub, and many other sites.
8 lines
156 B
HTML
8 lines
156 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="display: inline-block; border: solid black 1px; padding: 6px; height: 64px; width: 64px;"></div>
|
|
</body>
|
|
</html>
|
|
|