Content CSS file contains invalid font-size settings
---------------------------------------------------- Key: OFBIZ-1271 URL: https://issues.apache.org/jira/browse/OFBIZ-1271 Project: OFBiz Issue Type: Bug Components: content Affects Versions: SVN trunk Environment: Linux Firefox Reporter: David Goodenough Fix For: SVN trunk Index: applications/content/webapp/content/images/contentForum.css =================================================================== --- applications/content/webapp/content/images/contentForum.css (revision 580080) +++ applications/content/webapp/content/images/contentForum.css (working copy) @@ -56,7 +56,7 @@ .forummenuwrapper { color:#8B008B; background:#D4D0C8; - font-size:10; + font-size:10pt; text-decoration:none; margin-left:12px; margin-right:20px; @@ -86,7 +86,7 @@ .forumtitle{ color:#8B008B; background:#D4D0C8; - font-size:22; + font-size:22pt; font-weight:bold; text-align:left; font-family:verdana, arial, sans-serif; @@ -98,7 +98,7 @@ .forumtitleboxed { color:#8B008B; background:#D4D0C8; - font-size:22; + font-size:22pt; text-decoration:none; border:1px solid black; padding:4px; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531323 ] Jacques Le Roux commented on OFBIZ-1271: ---------------------------------------- David, I tried to apply your patch but I got a problem with it (outdated or something). Also please submit your patches thru the standard way : you have to check the grant ASF checkbox and it's more easier and safe than just a copy. Please have a look at : http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices Thanks > Content CSS file contains invalid font-size settings > ---------------------------------------------------- > > Key: OFBIZ-1271 > URL: https://issues.apache.org/jira/browse/OFBIZ-1271 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: SVN trunk > Environment: Linux Firefox > Reporter: David Goodenough > Fix For: SVN trunk > > > Index: applications/content/webapp/content/images/contentForum.css > =================================================================== > --- applications/content/webapp/content/images/contentForum.css (revision 580080) > +++ applications/content/webapp/content/images/contentForum.css (working copy) > @@ -56,7 +56,7 @@ > .forummenuwrapper { > color:#8B008B; > background:#D4D0C8; > - font-size:10; > + font-size:10pt; > text-decoration:none; > margin-left:12px; > margin-right:20px; > @@ -86,7 +86,7 @@ > .forumtitle{ > color:#8B008B; > background:#D4D0C8; > - font-size:22; > + font-size:22pt; > font-weight:bold; > text-align:left; > font-family:verdana, arial, sans-serif; > @@ -98,7 +98,7 @@ > .forumtitleboxed { > color:#8B008B; > background:#D4D0C8; > - font-size:22; > + font-size:22pt; > text-decoration:none; > border:1px solid black; > padding:4px; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1271. ---------------------------------- Resolution: Fixed Fix Version/s: Release Branch 4.0 Assignee: Jacques Le Roux I finally commited your changes in trunk 580722 and release4.0 580723 > Content CSS file contains invalid font-size settings > ---------------------------------------------------- > > Key: OFBIZ-1271 > URL: https://issues.apache.org/jira/browse/OFBIZ-1271 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: SVN trunk > Environment: Linux Firefox > Reporter: David Goodenough > Assignee: Jacques Le Roux > Fix For: SVN trunk, Release Branch 4.0 > > > Index: applications/content/webapp/content/images/contentForum.css > =================================================================== > --- applications/content/webapp/content/images/contentForum.css (revision 580080) > +++ applications/content/webapp/content/images/contentForum.css (working copy) > @@ -56,7 +56,7 @@ > .forummenuwrapper { > color:#8B008B; > background:#D4D0C8; > - font-size:10; > + font-size:10pt; > text-decoration:none; > margin-left:12px; > margin-right:20px; > @@ -86,7 +86,7 @@ > .forumtitle{ > color:#8B008B; > background:#D4D0C8; > - font-size:22; > + font-size:22pt; > font-weight:bold; > text-align:left; > font-family:verdana, arial, sans-serif; > @@ -98,7 +98,7 @@ > .forumtitleboxed { > color:#8B008B; > background:#D4D0C8; > - font-size:22; > + font-size:22pt; > text-decoration:none; > border:1px solid black; > padding:4px; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |