forked from LiveCarta/BookConverter
Add parameters to html&css merge
This commit is contained in:
@@ -58,7 +58,7 @@ class LiveCartaConfig:
|
||||
"text-decoration": ["underline", "line-through"], # <u> , <s>
|
||||
"text-decoration-line": ["underline", "line-through"], # <u> , <s>
|
||||
"text-transform": [],
|
||||
"text-align": [x for x in ["justify", "right", "center", "left"] if x != "left"],
|
||||
"text-align": ["justify", "right", "center"],
|
||||
"text-indent": [],
|
||||
"margin": [],
|
||||
"margin-top": [],
|
||||
|
||||
Reference in New Issue
Block a user