mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 19:25:16 +02:00
...
This commit is contained in:
parent
eb6f26ae15
commit
d3f9822a58
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ def convert(self, oeb_book, output_path, input_plugin, opts, log):
|
|||
for rule in stylesheet.data.cssRules.rulesOfType(CSSRule.STYLE_RULE):
|
||||
if rule.selectorList.selectorText == '.calibre':
|
||||
rule.style.removeProperty('page-break-before')
|
||||
rule.style.removeProperty('page-break-after')
|
||||
|
||||
|
||||
if input_plugin.is_image_collection:
|
||||
|
|
|
|||
Loading…
Reference in a new issue