maven-base.css has a mis-spelt property
---------------------------------------
Key: MPXDOC-172
URL: http://jira.codehaus.org/browse/MPXDOC-172
Project: maven-xdoc-plugin
Type: Bug
Versions: 1.8
Reporter: Alex Blewitt
Priority: Trivial
The maven-base.css in the plugin-resources has a mis-spelt property:
#navcolumn li {
list-style-type: none;
background-image: none;
background-repeat: no-repeat;
background-position: 0 0.4em;
padding-left: 16px;
list-style-position: ouside;
line-height: 1.2em;
font-size: smaller;
}
the list-style-position: value should be 'outside' and not 'ouside'
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]