mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #5231 (Epub Conversion Single Page Error in Stanza and iBooks)
This commit is contained in:
parent
fcb504cb62
commit
00bf66065d
@ -221,7 +221,7 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="parse-styles-attrs">
|
<xsl:template name="parse-styles-attrs">
|
||||||
<xsl:text>position:relative;</xsl:text>
|
<!--<xsl:text>position:relative;</xsl:text>-->
|
||||||
<xsl:if test="@space-before">
|
<xsl:if test="@space-before">
|
||||||
<xsl:text>padding-top:</xsl:text>
|
<xsl:text>padding-top:</xsl:text>
|
||||||
<xsl:value-of select="@space-before"/>
|
<xsl:value-of select="@space-before"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user