[DS-2184] RSS section header style doesn't match the rest in Mirage 2

This commit is contained in:
Àlex Magaz Graça
2014-10-08 16:26:14 +02:00
parent 9594c2b31a
commit e57119c8c9

View File

@@ -126,9 +126,9 @@
<!-- DS-984 Add RSS Links to Options Box -->
<xsl:if test="count(/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='feed']) != 0">
<div>
<h6 class="ds-option-set-head">
<h2 class="ds-option-set-head h6">
<i18n:text>xmlui.feed.header</i18n:text>
</h6>
</h2>
<div id="ds-feed-option" class="ds-option-set list-group">
<xsl:call-template name="addRSSLinks"/>
</div>