Invalid border-width property ignored in Calendar CSS
-----------------------------------------------------
Key: TOMAHAWK-1076
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1076
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Calendar
Affects Versions: 1.1.6
Environment: JDK 1.5.0_07, Mac OS X 10.4, JSF 1.2.0_05, Tomcat 6.0.13
Reporter: Sean Owen
Priority: Minor
These two CSS files contain CSS styles like "border-width:1", which generate a
warning and are ignored by Firefox. It merely needs to be written as
"border-width:1px"
src/org/apache/myfaces/custom/calendar/resource/DB/theme.css
src/org/apache/myfaces/custom/calendar/resource/WH/theme.css
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.