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.