Issue Details (XML | Word | Printable)

Key: MPXDOC-198
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Dennis Lundberg
Reporter: Dennis Lundberg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x XDoc Plugin

Wrong margin around organization/name when no organization/logo is present

Created: 03/Aug/06 04:14 PM   Updated: 03/Aug/06 04:50 PM
Component/s: None
Affects Version/s: 1.10
Fix Version/s: 1.10.1

Time Tracking:
Not Specified

Environment: Maven 1.0.2, Windows XP


 Description  « Hide
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>



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.