mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWeb: Add -libweb-left and -libweb-right text-align values
These ensure that block level elements are also left and right aligned respectively on top of the regular text alignment, matching -libweb-center.
This commit is contained in:
parent
7302f8838c
commit
4ac7c41483
4 changed files with 10 additions and 1 deletions
|
@ -242,7 +242,9 @@
|
|||
"justify",
|
||||
"left",
|
||||
"right",
|
||||
"-libweb-center"
|
||||
"-libweb-center",
|
||||
"-libweb-left",
|
||||
"-libweb-right"
|
||||
],
|
||||
"text-decoration-line": [
|
||||
"blink",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
[
|
||||
"-libweb-center",
|
||||
"-libweb-left",
|
||||
"-libweb-right",
|
||||
"-libweb-link",
|
||||
"-libweb-palette-active-link",
|
||||
"-libweb-palette-active-window-border1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue