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:
parent
33daa80bf0
commit
152c31c5c6
1 changed files with 4 additions and 0 deletions
|
@ -133,3 +133,7 @@ tr {
|
|||
td {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
basefont {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue