forked from LiveCarta/BookConverter
epub converter:small fix
This commit is contained in:
@@ -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 '',
|
||||
|
||||
Reference in New Issue
Block a user