changeset 179:5226ceb52b92

Fix image URL in CSS.
author Daniele Nicolodi <daniele@grinta.net>
date Mon, 07 Nov 2011 20:21:32 +0100
parents 73e6b7bdd173
children c88f216f1830
files src/ltpdarepo/static/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ltpdarepo/static/style.css	Mon Nov 07 01:47:47 2011 +0100
+++ b/src/ltpdarepo/static/style.css	Mon Nov 07 20:21:32 2011 +0100
@@ -71,7 +71,7 @@
 }
 
 .header {
-    background: url("/static/header.png") repeat-x 0;
+    background: url("header.png") repeat-x 0;
     border-bottom: 1px solid #000;
     color: white;
     box-shadow: -4px 2px 4px rgba(0, 0, 0, 0.4);