Maven Skins

maven-theme.css invalid css

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: default-1.0
  • Fix Version/s: default-1.1
  • Component/s: Default Skin
  • Labels:
    None
  • Environment:
    -
  • Number of attachments :
    0

Description

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.

Activity

Hide
Dennis Lundberg added a comment -

Fixed in svn.
I used "medium" instead.

Show
Dennis Lundberg added a comment - Fixed in svn. I used "medium" instead.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: