-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: 2.0-beta-6
-
Component/s: None
-
Labels:None
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.
- depends upon
-
DOXIA-88 Everything in bannerRight should be right aligned, not just images
-
- Closed
-