mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
eb6f26ae15
commit
d3f9822a58
@ -72,6 +72,7 @@ class PDFOutput(OutputFormatPlugin):
|
|||||||
for rule in stylesheet.data.cssRules.rulesOfType(CSSRule.STYLE_RULE):
|
for rule in stylesheet.data.cssRules.rulesOfType(CSSRule.STYLE_RULE):
|
||||||
if rule.selectorList.selectorText == '.calibre':
|
if rule.selectorList.selectorText == '.calibre':
|
||||||
rule.style.removeProperty('page-break-before')
|
rule.style.removeProperty('page-break-before')
|
||||||
|
rule.style.removeProperty('page-break-after')
|
||||||
|
|
||||||
|
|
||||||
if input_plugin.is_image_collection:
|
if input_plugin.is_image_collection:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user