1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:57:45 +00:00

LibWeb: Support CSS vertical-align values "top" and "bottom"

This commit is contained in:
Andreas Kling 2022-03-24 22:56:06 +01:00
parent 195ef5e26f
commit 6cffabef03
3 changed files with 38 additions and 2 deletions

View file

@ -103,6 +103,7 @@
<li><a href="hover.html">:hover</a></li>
<li><a href="focus.html">:focus</a></li>
<li><h3>Properties</h3></li>
<li><a href="vertical-align.html">vertical-align</a></li>
<li><a href="backgrounds.html">Backgrounds</a></li>
<li><a href="background-repeat-test.html">Background-repeat</a></li>
<li><a href="box-shadow.html">Box-shadow</a></li>