forked from LiveCarta/BookConverter
epub converter: bug fix
- remove adding border 0 in td -save links while headings removal
This commit is contained in:
@@ -104,7 +104,8 @@ class LawCartaConfig:
|
||||
'silver': 'lightGray',
|
||||
'white': 'white',
|
||||
'maroon': '#800000',
|
||||
'gray': '#808080'
|
||||
'gray': '#808080',
|
||||
'grey': '#808080'
|
||||
}
|
||||
INDENT = '30px'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user