PR: MPXDOC-78

Submitted by: Chad McHenry
indent nested menus in navigation


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-04-10 03:26:40 +00:00
parent 07024cc0e6
commit 313982296c
3 changed files with 8 additions and 4 deletions

View File

@@ -68,12 +68,13 @@ div.clear hr{
#navcolumn h5, #navcolumn ul {
margin: 0;
padding: 0;
font-size: small;
}
#navcolumn li {
list-style-type: none;
background-image: none;
background-repeat: no-repeat;
background-position: 0.4em;
background-position: 0 0.4em;
padding-left: 16px;
list-style-position: ouside;
line-height: 1.2em;

View File

@@ -249,10 +249,12 @@
<j:if test="${!navbean.isSelected(item.get(0))}">
<doc:itemLink name="${_name}" link="${_link}" img="${_img}" state="${_state}"/>
</j:if>
<j:if test="${!navbean.isCollapsed(item.get(0))}">
<ul>
<jsl:applyTemplates select="item"/>
</ul>
</j:if>
</li>
<j:if test="${!navbean.isCollapsed(item.get(0))}">
<jsl:applyTemplates select="item"/>
</j:if>
</jsl:template>
<!-- Process the breadcrumb navbar -->

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in CVS">
<action dev="brett" type="fix" due-to="Chad McHenry" issue="MPXDOC-78">indent nested menus in navigation</action>
<action dev="brett" type="fix">remove changes-report.xml which was generating over the top of the actual report. This information already exists in the changes plugin documentation.</action>
<action dev="brett" type="fix" issue="MPXDOC-82">fix processing of a href links</action>
<action dev="brett" type="fix" issue="MPXDOC-84">fix URI problems</action>