From 5ce102d638e0c8ad40f181050a97ae2eaf80baba Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 2 Feb 2004 23:15:20 +0000 Subject: [PATCH] Restore nav menu styling git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114659 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/css/maven-theme.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/xdoc/src/plugin-resources/css/maven-theme.css b/xdoc/src/plugin-resources/css/maven-theme.css index 7aa930b9..6a378fb7 100644 --- a/xdoc/src/plugin-resources/css/maven-theme.css +++ b/xdoc/src/plugin-resources/css/maven-theme.css @@ -46,7 +46,8 @@ p { } #navcolumn h5 { font-size: smaller; - color: #777; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; } table.bodyTable th { @@ -71,9 +72,3 @@ table.bodyTable tr.b { .source { border: 1px solid #999; } - - - - - -