svn commit: r580722 - /ofbiz/trunk/applications/content/webapp/content/images/contentForum.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r580722 - /ofbiz/trunk/applications/content/webapp/content/images/contentForum.css

jleroux@apache.org
Author: jleroux
Date: Sun Sep 30 06:04:12 2007
New Revision: 580722

URL: http://svn.apache.org/viewvc?rev=580722&view=rev
Log:
From a David Goodenough's patch "Content CSS file contains invalid font-size settings" (https://issues.apache.org/jira/browse/OFBIZ-1271) - OFBIZ-1271

Modified:
    ofbiz/trunk/applications/content/webapp/content/images/contentForum.css

Modified: ofbiz/trunk/applications/content/webapp/content/images/contentForum.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/images/contentForum.css?rev=580722&r1=580721&r2=580722&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/images/contentForum.css (original)
+++ ofbiz/trunk/applications/content/webapp/content/images/contentForum.css Sun Sep 30 06:04:12 2007
@@ -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;