mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Adjust text-align properly for -moz- values in tables.
Fixes bug 1363576. Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
0040160b38
commit
3ec2b4f486
2 changed files with 24 additions and 1 deletions
|
@ -3385,7 +3385,6 @@ fn static_assert() {
|
|||
<% text_align_keyword = Keyword("text-align",
|
||||
"start end left right center justify -moz-center -moz-left -moz-right char",
|
||||
gecko_strip_moz_prefix=False) %>
|
||||
<% text_align_reachable_keyword = Keyword("text-align", "start end left right center justify char") %>
|
||||
${impl_keyword('text_align', 'mTextAlign', text_align_keyword, need_clone=False)}
|
||||
${impl_keyword_clone('text_align', 'mTextAlign', text_align_keyword)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue