From 7ac4f5c511b483feda432f8a57b545d428fe096d Mon Sep 17 00:00:00 2001 From: bwalding Date: Mon, 11 Aug 2003 12:16:09 +0000 Subject: [PATCH] Sort of corrects the problem Dion had with all the menus lining up with each other when they should. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113825 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/css/maven.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xdoc/src/plugin-resources/css/maven.css b/xdoc/src/plugin-resources/css/maven.css index 4d4be266..199e5f2b 100644 --- a/xdoc/src/plugin-resources/css/maven.css +++ b/xdoc/src/plugin-resources/css/maven.css @@ -107,4 +107,8 @@ img.handle { #navcolumn div div { background-image: none; background-repeat: no-repeat; +} + +#navcolumn div div { + padding-left: 10px; } \ No newline at end of file