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