Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10
-
Fix Version/s: 1.10.1
-
Labels:None
-
Environment:Maven 1.0.2, Windows XP
-
Number of attachments :
Description
If you have a project.xml with this organization element:
<organization>
<name>Our organization</name>
</organization>
The margin around the "logo" in the upper left corner of the generated site is not set. The "logo" in this case consists of the text from the organization/name element.
If you have have a logo element inside the organization element, then the margin is set. Like this:
<organization>
<name>Our organization</name>
<logo>http://our.organization.org/logo.png</logo>
</organization>