[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:
parent
d4ede84a57
commit
014787e141
@ -99,7 +99,7 @@ dt.question {
|
|||||||
color: #900;
|
color: #900;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
#organizationLogo img, #projectLogo img, #projectLogo span{
|
#organizationLogo img, #organizationLogo span, #projectLogo img, #projectLogo span{
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
#banner {
|
#banner {
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.11-SNAPSHOT" date="In SVN">
|
<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="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="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>
|
<action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user