From 67baed532aa122fdbdf1e3cb92724579c1d14777 Mon Sep 17 00:00:00 2001 From: Lee Aylward Date: Sat, 22 May 2010 19:43:42 -0500 Subject: [PATCH] use static url --- share/static/css/wwf.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/static/css/wwf.css b/share/static/css/wwf.css index a5d8bc4..9fe731e 100644 --- a/share/static/css/wwf.css +++ b/share/static/css/wwf.css @@ -478,7 +478,7 @@ div.description { margin-right: 300px; } div.description div.desc_img { - background: url("/static/img/ll5.jpg") -300px -100px; + background: url("http://static.leisurelyletters.com/img/ll5.jpg") -300px -100px; height: 375px; position: relative; }