epub converter:small fix

This commit is contained in:
shirshasa
2021-07-05 13:15:05 +03:00
parent e712947d7a
commit 532fa42622

View File

@@ -115,6 +115,7 @@ LIVECARTA_STYLE_ATTRS_MAPPING = {
'color': get_text_color,
'background-color': get_bg_color,
'background': get_bg_color,
'border': lambda x: x if x != '0' else '',
'border-top-width': lambda x: x if x != '0' else '',
'border-right-width': lambda x: x if x != '0' else '',
'border-left-width': lambda x: x if x != '0' else '',