Tagging nav sections, adding space between them.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114469 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
werken 2003-12-10 15:50:27 +00:00
parent ae3c9b0c82
commit d5af229b86
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@ body {
/* margin-left: -10px; */
}
.navSection {
padding-bottom: 8px;
}
.navLink {
padding-top: 2px;
padding-bottom: 2px;

View File

@ -232,7 +232,7 @@
<!-- Process a menu for the navigation bar -->
<jsl:template match="menu" trim="false">
<div>
<div class="navSection">
<strong><x:expr select="@name"/></strong>
<jsl:applyTemplates select="item"/>
</div>