Issue Details (XML | Word | Printable)

Key: MSKINS-2
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Dennis Lundberg
Reporter: codehauser
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Skins

maven-theme.css invalid css

Created: 14/Mar/07 02:42 PM   Updated: 11/Apr/07 04:04 PM
Component/s: Default Skin
Affects Version/s: default-1.0
Fix Version/s: default-1.0.1

Time Tracking:
Not Specified

Environment: -


 Description  « Hide
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:

h5 {
  padding: 4px 4px 4px 6px;
  color: #900;
  font-size: normal;
}

But normal is no valid value for font-size. Maybe medium or large was meant.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dennis Lundberg added a comment - 11/Apr/07 04:04 PM
Fixed in svn.
I used "medium" instead.