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/06/08 03:40:39 UTC

svn commit: r412630 - /forrest/trunk/main/webapp/skins/pelt/css/screen.css

Author: crossley
Date: Wed Jun  7 18:40:38 2006
New Revision: 412630

URL: http://svn.apache.org/viewvc?rev=412630&view=rev
Log:
Fix CSS validation errors. Cannot mix "keywords" and "values":
e.g. "background-position: left 5px;"
must instead be "background-position: center left;"
Issue: FOR-891
Contributed by: Gavin McDonald

Modified:
    forrest/trunk/main/webapp/skins/pelt/css/screen.css

Modified: forrest/trunk/main/webapp/skins/pelt/css/screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/pelt/css/screen.css?rev=412630&r1=412629&r2=412630&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/pelt/css/screen.css Wed Jun  7 18:40:38 2006
@@ -212,7 +212,7 @@
     text-decoration:none;
     background-image: url('images/chapter.gif');
     background-repeat: no-repeat;
-    background-position: left 3px;
+    background-position: center left;
     padding-left: 6px;
     margin-left: 6px;
 }
@@ -304,7 +304,7 @@
         margin-left: 10px;
         background-image: url('images/chapter.gif');
         background-repeat: no-repeat;
-        background-position: left 6px;
+        background-position: center left;
         font-weight : bold;
 
         
@@ -328,7 +328,7 @@
         padding: 2px 0px 1px 13px;
         background-image: url('images/page.gif');
         background-repeat: no-repeat;
-        background-position: left 5px;
+        background-position: center left;
         font-weight : normal;
         margin-left: 10px;
 }
@@ -338,7 +338,7 @@
         padding: 0px 3px 0px 12px;
         background-image: url('images/page.gif');
         background-repeat: no-repeat;
-        background-position: left 4px;
+        background-position: center left;
         font-style : normal;
 }
 #menu .menupagetitle {