Author: thorsten
Date: Wed Feb  7 06:07:19 2007
New Revision: 504551

URL: http://svn.apache.org/viewvc?view=rev&rev=504551
Log:
fixing image linking in css regarding the lex transformer trigger

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=504551&r1=504550&r2=504551
==============================================================================
--- 
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
 Wed Feb  7 06:07:19 2007
@@ -137,7 +137,7 @@
     float: left;
     width: 100%;
     background-color: #294563;
-    background-image: url("../themes/images/header_white_line.gif");
+    background-image: url(../themes/images/header_white_line.gif);
     background-position: bottom left;
     background-repeat: repeat-x;
 }