From 313982296cb86980792dddb761f3a87b906e4949 Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 10 Apr 2004 03:26:40 +0000 Subject: [PATCH] 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 --- xdoc/src/plugin-resources/css/maven-base.css | 3 ++- xdoc/src/plugin-resources/site.jsl | 8 +++++--- xdoc/xdocs/changes.xml | 1 + 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/xdoc/src/plugin-resources/css/maven-base.css b/xdoc/src/plugin-resources/css/maven-base.css index 56e81525..7e4f9971 100644 --- a/xdoc/src/plugin-resources/css/maven-base.css +++ b/xdoc/src/plugin-resources/css/maven-base.css @@ -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; diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 5a5055f9..1ff3f2a3 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -249,10 +249,12 @@ + + + - - - diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 6e98655f..f59e64fd 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -25,6 +25,7 @@ + indent nested menus in navigation remove changes-report.xml which was generating over the top of the actual report. This information already exists in the changes plugin documentation. fix processing of a href links fix URI problems