invalid CSS in calendar themes
------------------------------
Key: TOMAHAWK-1385
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1385
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Calendar
Reporter: Jon Harley
Priority: Trivial
The theme CSS files for inputCalendar contain invalid CSS which some browsers
complain about (eg Firefox 3). The invalid lines are:
WH/theme.css line 5
WH/theme.css line 47
DB/theme.css line 5
DB/theme.css line 52
In all cases the invalid CSS is border-width: 1;
It probably means 1px. Some browsers assume px if the units are missing, but
this is not valid CSS (units are not optional unless the amount is 0) and
clutters up the error log on browsers which attempt to be CSS compliant.
The fix is to change "1" to "1px" on all four lines.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.