Foundry: Added class to to root ul of sitemap to make it easier to format the sitemap
git-svn-id: https://svn.libreccm.org/ccm/trunk@3667 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
eb99c3d269
commit
ef3ba28dfe
|
|
@ -6,7 +6,7 @@
|
||||||
xmlns:foundry="http://foundry.libreccm.org"
|
xmlns:foundry="http://foundry.libreccm.org"
|
||||||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||||
xmlns:nav="http://ccm.redhat.com/navigation"
|
xmlns:nav="http://ccm.redhat.com/navigation"
|
||||||
exclude-result-prefixes="xsl bebop foundry nav"
|
exclude-result-prefixes="xsl xs bebop foundry nav"
|
||||||
version="2.0">
|
version="2.0">
|
||||||
|
|
||||||
<foundry:doc-file>
|
<foundry:doc-file>
|
||||||
|
|
@ -529,7 +529,7 @@
|
||||||
|
|
||||||
<xsl:template match="nav:categoryHierarchy">
|
<xsl:template match="nav:categoryHierarchy">
|
||||||
|
|
||||||
<ul>
|
<ul class="category-hierarchy sitemap">
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue