[ http://jira.codehaus.org/browse/MSITE-203?page=all ]

Vincent Siveton closed MSITE-203.
---------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 2.0

Fixed by DOXIA-88 

> bannerRight is not right aligned if no image is used
> ----------------------------------------------------
>
>                 Key: MSITE-203
>                 URL: http://jira.codehaus.org/browse/MSITE-203
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Wendy Smoak
>         Assigned To: Vincent Siveton
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: site-plugin-banner-right.jpg
>
>
> In site.xml, if bannerRight does not contain a src element with a URL, then 
> the text or link produced from the name and href elements is not right 
> aligned.
> To reproduce, generate a site module using the site archetype and make the 
> following change to site.xml:
> @@ -6,7 +6,8 @@
>      <href>http://maven.apache.org/</href>
>    </bannerLeft>
>    <bannerRight>
> -    <src>http://maven.apache.org/images/maven-small.gif</src>
> +    <name>My Site</name>
> +    <href>http://maven.apache.org</href>
>    </bannerRight>
>    <body>
>      <links>
> See attached image.  The link with text "My Site" should be right aligned, 
> but isn't.

-- 
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