[ https://issues.apache.org/jira/browse/OFBIZ-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468088 ]
Chris Howe commented on OFBIZ-666: ---------------------------------- I would be interested in the answer to the following scenario. What would the following do? body { font-size: 16 px; font-size: 62.5%; } Would this a) set the font size for the body tag to 16px and then reduce it by 62.5% resulting in 10 px or b) the 16px definition is ignored and the 62.5% is applied against the user's default font size? I think it will be b) but if it were a) it would completely eliminate the concern Jacques brought up. I'm not in front of anything I can take a look at. To test the scenario do the following: body{ font-size: 16px; font-size:62.5% } and then see if there is a difference by changing it to the following: body{ font-size: 50px; font-size:62.5% } If there is no difference in the way it looks, b) is the manner things are rendered. If how ever they render differently, then a) is the manner things are rendered. > maincss.css File Second Pass > ---------------------------- > > Key: OFBIZ-666 > URL: https://issues.apache.org/jira/browse/OFBIZ-666 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Priority: Minor > Attachments: maincss.patch > > > Converted pt and px to em. Converted color names to hex values. Many thanks > to Chris Howe for his help with this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.