mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
18 lines
321 B
HTML
18 lines
321 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head><style>
|
|
div.post {
|
|
overflow: auto;
|
|
border: 1px solid black;
|
|
}
|
|
div.filler {
|
|
height: 15px;
|
|
background: yellow;
|
|
}
|
|
div.d2 {
|
|
height: 16px;
|
|
}
|
|
</style></head>
|
|
<body><div class="post"><div class="filler"><div class="d2"></div></div></div></body>
|
|
</html>
|