Add parameters to html&css merge

This commit is contained in:
Kibzik
2023-02-28 14:09:38 +03:00
parent cb9d312d25
commit 91b8a25e5a
2 changed files with 7 additions and 4 deletions

View File

@@ -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": [],