mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
backgrounds/borders/etc. twice for inline-blocks. Improves Reddit, GitHub, and many other sites.
7 lines
156 B
HTML
7 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>
|
|
|