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

LibHTML: Let's display <basefont> as block-level elements for now

This commit is contained in:
Andreas Kling 2019-12-18 12:44:06 +01:00
parent 33daa80bf0
commit 152c31c5c6

View file

@ -133,3 +133,7 @@ tr {
td {
display: table-cell;
}
basefont {
display: block;
}