Fix the URL for the body background image (thanks to drew for spotting this). 0.001001
Dan Brook [Thu, 15 Apr 2010 13:31:41 +0000 (14:31 +0100)]
root/static/css/core.css

index fca2565..c6d2967 100755 (executable)
@@ -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;