mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 20:44:41 +01:00
reduce definition lists sidemargin.
This commit is contained in:
parent
a44a5040e0
commit
5e8fdf7b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1081,7 +1081,7 @@ def update_css(ncss):
|
|||
elif tagname in ['li', 'dt', 'dd']:
|
||||
margin = self.list_indent*self.list_level
|
||||
if tagname == 'dd':
|
||||
margin += 100
|
||||
margin += 80
|
||||
if int(self.current_block.blockStyle.attrs['sidemargin']) != margin:
|
||||
self.end_current_block()
|
||||
attrs = self.current_block.blockStyle.attrs
|
||||
|
|
|
|||
Loading…
Reference in a new issue