You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/09/09 07:46:36 UTC

svn commit: r441746 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css

Author: crossley
Date: Fri Sep  8 22:46:35 2006
New Revision: 441746

URL: http://svn.apache.org/viewvc?view=rev&rev=441746
Log:
Fix CSS validation error.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?view=diff&rev=441746&r1=441745&r2=441746
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css Fri Sep  8 22:46:35 2006
@@ -52,7 +52,7 @@
 #content {
     padding: 20px 20px 20px 200px;
     margin: 0;
-    font : Verdana, Helvetica, sans-serif;
+    font-family : Verdana, Helvetica, sans-serif;
     font-size: 0.95em;
 }