mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibWeb: Add a separate UA style sheet for documents in quirks mode
We need to make some additional tweaks to the default UA style when displaying documents in quirks mode.
This commit is contained in:
parent
1cb8be9906
commit
96fc476107
4 changed files with 25 additions and 5 deletions
3
Libraries/LibWeb/CSS/QuirksMode.css
Normal file
3
Libraries/LibWeb/CSS/QuirksMode.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
table {
|
||||
text-align: left;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue