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:
parent
ae3c9b0c82
commit
d5af229b86
@ -23,6 +23,10 @@ body {
|
||||
/* margin-left: -10px; */
|
||||
}
|
||||
|
||||
.navSection {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.navLink {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user