Wrap publish date and project version into named <span>'s
---------------------------------------------------------
Key: DOXIA-249
URL: http://jira.codehaus.org/browse/DOXIA-249
Project: Maven Doxia
Issue Type: Wish
Components: Site Renderer
Affects Versions: 1.0-alpha-11
Reporter: Benjamin Bentmann
Priority: Minor
Attachments: named-spans.patch
Example output of the site renderer:
{code:xml}
<div class="xleft">Last Published: 2008-07-26 | Version: SNAPSHOT</div>
{code}
This can make styling via CSS difficult:
- designer cannot apply different styles to date and version and
- more importantly designer cannot apply different styles for date/version and
the separators (e.g. to hide them)
Hence I propose to add <span id="..."> around publish date and project version
to make them accessible for CSS.
--
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