Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0-beta-5
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- depends upon
-
DOXIA-88 Everything in bannerRight should be right aligned, not just images
- Closed