forked from LiveCarta/BookConverter
LAW-5957
This commit is contained in:
@@ -32,6 +32,8 @@ class StyleReader:
|
||||
"border-left-width": self.convert_tag_style_values,
|
||||
"border-bottom-width": self.convert_tag_style_values,
|
||||
"border-top": self.convert_tag_style_values,
|
||||
"border-right": self.convert_tag_style_values,
|
||||
"border-left": self.convert_tag_style_values,
|
||||
"border-bottom": self.convert_tag_style_values,
|
||||
"list-style-type": lambda x: x if x in LiveCartaConfig.list_types else "disc",
|
||||
"list-style-image": lambda x: "disc",
|
||||
|
||||
Reference in New Issue
Block a user