mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +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: 152c31c5c6
1 changed files with 4 additions and 0 deletions
|
@ -133,3 +133,7 @@ tr {
|
||||||
td {
|
td {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
basefont {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue