You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2007/09/30 15:10:50 UTC

[jira] Closed: (OFBIZ-1271) Content CSS file contains invalid font-size settings

     [ 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.