From 014787e1411d261b65efea160f3f1952c08cdfb1 Mon Sep 17 00:00:00 2001 From: dennisl Date: Thu, 3 Aug 2006 21:48:54 +0000 Subject: [PATCH] [MPXDOC-198] Wrong margin around organization/name when no organization/logo is present. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@428539 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/css/maven-theme.css | 2 +- xdoc/xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xdoc/src/plugin-resources/css/maven-theme.css b/xdoc/src/plugin-resources/css/maven-theme.css index 150cd41d..e99085a5 100644 --- a/xdoc/src/plugin-resources/css/maven-theme.css +++ b/xdoc/src/plugin-resources/css/maven-theme.css @@ -99,7 +99,7 @@ dt.question { color: #900; background-color: #eee; } -#organizationLogo img, #projectLogo img, #projectLogo span{ +#organizationLogo img, #organizationLogo span, #projectLogo img, #projectLogo span{ margin: 8px; } #banner { diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index f78c3391..cef12f13 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -27,6 +27,7 @@ + Wrong margin around organization/name when no organization/logo is present. Report fails if there is no connection element in repository. Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]"). Update dom4j and jelly dependencies to match the ones in maven 1.1 core.