mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Serialize baseline values correctly.
This commit is contained in:
parent
e37e170c50
commit
97e27ca3a7
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ impl ToCss for AlignFlags {
|
|||
ALIGN_CENTER => "center",
|
||||
ALIGN_LEFT => "left",
|
||||
ALIGN_RIGHT => "left",
|
||||
ALIGN_BASELINE => "right",
|
||||
ALIGN_LAST_BASELINE => "baseline",
|
||||
ALIGN_BASELINE => "baseline",
|
||||
ALIGN_LAST_BASELINE => "last baseline",
|
||||
ALIGN_STRETCH => "stretch",
|
||||
ALIGN_SELF_START => "self-start",
|
||||
ALIGN_SELF_END => "self-end",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue