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
Notes: sideshowbarker 2024-07-19 10:49:26 +09:00

View file

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