firefox objects to css line "font-weight: medium"
-------------------------------------------------
Key: OFBIZ-1270
URL:
https://issues.apache.org/jira/browse/OFBIZ-1270 Project: OFBiz
Issue Type: Bug
Components: content
Environment: Linux - Firefox
Reporter: David Goodenough
The file content/images/contentForum.css is littered with lines of the form:-
font-weight: medium;
According to Firefox this is not legal.
According to all my reference books the legal values are:-
normal, bold, bolder, lighter or a number of the form x00 where x is 0-9. My guess is that all occurences of "font-weight: medium;" should be replaced with "font-weight: normal;"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.