mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03: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
Notes:
sideshowbarker
2024-07-19 05:40:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0b4f92e4529
@ -165,3 +165,8 @@ colgroup {
|
||||
basefont {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* FIXME: I think this should only apply in quirks mode. */
|
||||
table {
|
||||
text-align: left;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user