Author: dennisl
Date: Thu Aug 3 14:48:54 2006
New Revision: 428539
URL: http://svn.apache.org/viewvc?rev=428539&view=rev
Log:
[MPXDOC-198] Wrong margin around organization/name when no organization/logo is
present.
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css?rev=428539&r1=428538&r2=428539&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
(original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
Thu Aug 3 14:48:54 2006
@@ -99,7 +99,7 @@
color: #900;
background-color: #eee;
}
-#organizationLogo img, #projectLogo img, #projectLogo span{
+#organizationLogo img, #organizationLogo span, #projectLogo img, #projectLogo
span{
margin: 8px;
}
#banner {
Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=428539&r1=428538&r2=428539&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Thu Aug 3 14:48:54 2006
@@ -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>