From: Dan Brook Date: Thu, 15 Apr 2010 13:31:41 +0000 (+0100) Subject: Fix the URL for the body background image (thanks to drew for spotting this). X-Git-Tag: 0.001001 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=847a8271e7da8de40d2494960ce7ab8804fd04a2;p=catagits%2FGitalist.git Fix the URL for the body background image (thanks to drew for spotting this). --- diff --git a/root/static/css/core.css b/root/static/css/core.css index fca2565..c6d2967 100755 --- a/root/static/css/core.css +++ b/root/static/css/core.css @@ -16,7 +16,7 @@ body{ - background:#FAFAFA url(/static/i/bg.png) repeat-x left top; + background:#FAFAFA url([% c.uri_for('/static/i/bg.png') %]) repeat-x left top; padding:0; margin:0; font-family:Arial, Verdana, sans-serif;