This commit is contained in:
Kovid Goyal 2010-07-28 19:39:25 -06:00
parent eb6f26ae15
commit d3f9822a58

View file

@ -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: