Author: jonesde
Date: Sun Apr 19 19:46:36 2009
New Revision: 766504

URL: http://svn.apache.org/viewvc?rev=766504&view=rev
Log:
Applied fix from trunk for revision: 766503

Modified:
    
ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/global.css
    
ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/login.css

Modified: 
ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/global.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/global.css?rev=766504&r1=766503&r2=766504&view=diff
==============================================================================
--- 
ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/global.css
 (original)
+++ 
ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/global.css
 Sun Apr 19 19:46:36 2009
@@ -346,7 +346,7 @@
     left:5px;
     width:238px;
     height:43px;
-    background:url(../images/logo.gif) top left no-repeat;
+    background:url(/images/ofbiz_logo.gif) top left no-repeat;
     z-index:8000;
 }
 

Modified: 
ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/login.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/login.css?rev=766504&r1=766503&r2=766504&view=diff
==============================================================================
--- 
ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/login.css
 (original)
+++ 
ofbiz/branches/release09.04/themes/smoothfeather/webapp/smoothfeather/css/login.css
 Sun Apr 19 19:46:36 2009
@@ -34,7 +34,7 @@
 }
 
 body {
-    background: url(../images/logo.gif) 50% 30px no-repeat;
+    background: url(/images/ofbiz_logo.gif) 50% 30px no-repeat;
     background-color:#222;
     text-align:center;
     font: normal 0.75em/ 145% Arial, Tahoma, sans-serif;


Reply via email to