r258 - trunk/www.openmoko.com/htdocs/js/facebox

roh at daksha.openmoko.org roh at daksha.openmoko.org
Thu Jun 26 01:16:36 CEST 2008


Author: roh
Date: 2008-06-25 23:16:36 +0000 (Wed, 25 Jun 2008)
New Revision: 258

Modified:
   trunk/www.openmoko.com/htdocs/js/facebox/facebox.css
Log:
- next try on js fixes


Modified: trunk/www.openmoko.com/htdocs/js/facebox/facebox.css
===================================================================
--- trunk/www.openmoko.com/htdocs/js/facebox/facebox.css	2008-06-25 23:07:34 UTC (rev 257)
+++ trunk/www.openmoko.com/htdocs/js/facebox/facebox.css	2008-06-25 23:16:36 UTC (rev 258)
@@ -1,21 +1,21 @@
 #facebox .b {
-  background:url(js/facebox/b.png);
+  background:url(/js/facebox/b.png);
 }
 
 #facebox .tl {
-  background:url(js/facebox/tl.png);
+  background:url(/js/facebox/tl.png);
 }
 
 #facebox .tr {
-  background:url(js/facebox/tr.png);
+  background:url(/js/facebox/tr.png);
 }
 
 #facebox .bl {
-  background:url(js/facebox/bl.png);
+  background:url(/js/facebox/bl.png);
 }
 
 #facebox .br {
-  background:url(js/facebox/br.png);
+  background:url(/js/facebox/br.png);
 }
 
 #facebox {





More information about the webdesign-commitlog mailing list