You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/01 22:33:27 UTC

svn commit: r543598 - /incubator/tuscany/site/site-publish/stylesheets/default.css

Author: lresende
Date: Fri Jun  1 13:33:27 2007
New Revision: 543598

URL: http://svn.apache.org/viewvc?view=rev&rev=543598
Log:
Fixing image reference

Modified:
    incubator/tuscany/site/site-publish/stylesheets/default.css

Modified: incubator/tuscany/site/site-publish/stylesheets/default.css
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-publish/stylesheets/default.css?view=diff&rev=543598&r1=543597&r2=543598
==============================================================================
--- incubator/tuscany/site/site-publish/stylesheets/default.css (original)
+++ incubator/tuscany/site/site-publish/stylesheets/default.css Fri Jun  1 13:33:27 2007
@@ -847,7 +847,7 @@
  */
 .bottomshadow {
     height: 12px;
-    background-image: url("$req.contextPath/images/border/border_bottom.gif");
+    background-image: url("$req.contextPath/images/border_bottom.gif");
     background-repeat: repeat-x;
 }
 
@@ -1365,7 +1365,7 @@
 }
 
 .footer {
-    background-image:      url('http://localhost/images/border_bottom.gif');
+    background-image:      url("$req.contextPath/images/border_bottom.gif");
     background-repeat:     repeat-x;
     background-position:   left top;
     padding-top:           6px;



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org