Removed numbers from person list style.
Added handling of tags "dedykacja" and "miejsce_czas".
.annotation {
font-style: normal;
font-weight: normal;
- font-size: 16px;
+ font-size: 12px;
}
#footnotes .annotation {
padding-bottom: 1.5em;
}
-div.note p, div.note p.paragraph {
+div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
text-align: right;
font-style: italic;
}
height: 3em;
visibility: hidden;
}
+
+div.person-list ol {
+ list-style: none;
+ padding: 0 0 0 1.5em;
+}
+
+p.place-and-time {
+ font-style: italic;
+}
<div class="note"><xsl:apply-templates /></div>
</xsl:template>
+<xsl:template match="dedykacja">
+ <div class="dedication"><xsl:apply-templates /></div>
+</xsl:template>
+
<xsl:template match="naglowek_akt|naglowek_czesc|srodtytul">
<h2><xsl:apply-templates mode="inline" /></h2>
</xsl:template>
<h4><xsl:apply-templates mode="inline" /></h4>
</xsl:template>
+<xsl:template match="naglowek_osoba">
+ <p class="place-and-time"><xsl:apply-templates mode="inline" /></p>
+</xsl:template>
+
<xsl:template match="kwestia">
<div class="kwestia">
<xsl:apply-templates select="strofa|akap" />