fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-08-17 05:51 am

[dw-free] clean up error logs

[commit: http://hg.dwscoalition.org/dw-free/rev/5c1fda5ab973]

http://bugs.dwscoalition.org/show_bug.cgi?id=2812

Fix image path.

Patch by [personal profile] kareila.

Files modified:
  • htdocs/stc/entry.css
--------------------------------------------------------------------------------
diff -r c90874268293 -r 5c1fda5ab973 htdocs/stc/entry.css
--- a/htdocs/stc/entry.css	Tue Aug 17 12:18:12 2010 +0800
+++ b/htdocs/stc/entry.css	Tue Aug 17 13:51:37 2010 +0800
@@ -522,7 +522,7 @@
     width: 101px;
     height: 29px;
     float: left;
-    background: url(/img/lastfm_logo.gif) no-repeat;
+    background: url(/stc/img/lastfm_logo.gif) no-repeat;
     border-bottom: 0px !important;
 }
 
--------------------------------------------------------------------------------