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

                 Key: MPXDOC-198
                 URL: http://jira.codehaus.org/browse/MPXDOC-198
             Project: maven-xdoc-plugin
          Issue Type: Bug
    Affects Versions: 1.10
         Environment: Maven 1.0.2, Windows XP
            Reporter: Dennis Lundberg
         Assigned To: Dennis Lundberg
            Priority: Minor


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>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to