mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibWeb: Tweak UA style to reset text-align on table elements
I think maybe this is only supposed to happen in quirks mode but I'm not entirely sure. This makes "<center><table>..." behave as expected.
This commit is contained in:
parent
b155e64b67
commit
0b4f92e452
1 changed files with 5 additions and 0 deletions
|
@ -165,3 +165,8 @@ colgroup {
|
|||
basefont {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* FIXME: I think this should only apply in quirks mode. */
|
||||
table {
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue