maven-theme.css invalid css
---------------------------
Key: MSKINS-2
URL: http://jira.codehaus.org/browse/MSKINS-2
Project: Maven Skins
Issue Type: Improvement
Components: Default Skin
Environment: -
Reporter: codehauser
Priority: Minor
The maven-theme.css
(http://svn.apache.org/viewvc/maven/skins/trunk/maven-default-skin/src/main/resources/css/maven-theme.css?revision=517325&view=markup)
contains a minor error. Which makes it not css-standard-conform.
On line 83 h5 is specified like this:
{noformat}h5 {
padding: 4px 4px 4px 6px;
color: #900;
font-size: normal;
}
{noformat}
But normal is no valid value for font-size. Maybe medium or large was meant.
--
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