fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a652bbb
)
Handling od wers_cd tags (currently we just indent it by 12ems).
author
Marek Stępniowski
<marek@stepniowski.com>
Wed, 24 Sep 2008 11:51:13 +0000
(13:51 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Wed, 24 Sep 2008 11:51:13 +0000
(13:51 +0200)
lib/librarian/book2html.xslt
patch
|
blob
|
history
diff --git
a/lib/librarian/book2html.xslt
b/lib/librarian/book2html.xslt
index
d165131
..
07c560c
100644
(file)
--- 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>