[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
This commit is contained in:
dennisl 2006-08-03 21:48:54 +00:00
parent d4ede84a57
commit 014787e141
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -27,6 +27,7 @@
</properties>
<body>
<release version="1.11-SNAPSHOT" date="In SVN">
<action dev="dennisl" type="fix" issue="MPXDOC-198">Wrong margin around organization/name when no organization/logo is present.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-197">Report fails if there is no connection element in repository.</action>
<action dev="aheritier" type="update">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]").</action>
<action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>