mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibHTML: Let's display <basefont> as block-level elements for now
This commit is contained in:
parent
33daa80bf0
commit
152c31c5c6
Notes:
sideshowbarker
2024-07-19 10:49:26 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/152c31c5c61
1 changed files with 4 additions and 0 deletions
|
@ -133,3 +133,7 @@ tr {
|
|||
td {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
basefont {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue