dark grey and display block for kolokacije head, fixed :)

master
Ozbolt Menegatti 6 years ago
parent 3bec5071ee
commit 821b5f90fb

@ -37,6 +37,7 @@
--light-gray: #999999;
--dark-gray: #666666;
--light-red: #dd8899;
--dark-red:#cc3366
}
.xslt-clanek {
@ -46,7 +47,7 @@
}
.xslt-iztocnica {
font-size: 1.15em;
color: #cc3366;
color: var(--dark-red);
font-weight: bold;
}
.xslt-besedna-vrsta {
@ -86,6 +87,10 @@
.xslt-podpomen {
margin: 0.5em 0.5em;
}
.xslt-kolokacija-head {
color: var(--dark-red);
display: block;
}
.xslt-clear {
clear:both;
@ -192,7 +197,7 @@
<xsl:template match="kolokacija | r_kolokacija">
<xsl:text xml:space="preserve"> </xsl:text>
<span style="color: #cc3366;">
<span class="xslt-kolokacija-head">
<xsl:apply-templates select="ks | p | i"/>
</span>
<xsl:text xml:space="preserve"> </xsl:text>

Loading…
Cancel
Save