X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a652bbb45f118f38a3688680c527e31d726ed7a8..dcee135486c7e144626b0658cfe000f1303ab80a:/lib/librarian/book2html.xslt?ds=inline diff --git a/lib/librarian/book2html.xslt b/lib/librarian/book2html.xslt index d16513127..07c560c8a 100644 --- a/lib/librarian/book2html.xslt +++ b/lib/librarian/book2html.xslt @@ -356,6 +356,9 @@ </xsl:otherwise> </xsl:choose> </xsl:when> + <xsl:when test="name($verse-type) = 'wers_cd'"> + <xsl:attribute name="style">padding-left: 12em</xsl:attribute> + </xsl:when> </xsl:choose> <xsl:apply-templates select="$verse-content" mode="inline" /> </p>