mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02:00
This makes inline icons pop into the right place on https://ahrefs.com/ (cherry picked from commit c22acc2551998e1e86970f89a452041dda8c3847)
9 lines
237 B
HTML
9 lines
237 B
HTML
<!doctype html><style>
|
|
* { outline: 1px solid black; }
|
|
.thing {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style><body><span>foo <span class="thing"></span> |