[damned-lies] Fixed image path. Use relative links within static files
- From: Gil Forcada Codinachs <gforcada src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [damned-lies] Fixed image path. Use relative links within static files
- Date: Mon,  1 Oct 2012 18:45:02 +0000 (UTC)
commit 99034894c7964f09f9c1760374004b5ef6e75abf
Author: Gil Forcada <gforcada gnome org>
Date:   Mon Oct 1 20:41:27 2012 +0200
    Fixed image path. Use relative links within static files
 common/static/css/overlays.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/common/static/css/overlays.css b/common/static/css/overlays.css
index 8f9b43e..ac94da9 100644
--- a/common/static/css/overlays.css
+++ b/common/static/css/overlays.css
@@ -19,7 +19,7 @@ div.overlay-ajax {
 /* default close button positioned on upper-left corner */
 div.overlaybg div.close,
 div.overlay div.close {
-    background-image: url(/media/img/close.png);
+    background-image: url(../img/close.png);
     position: absolute;
     left: -16px;
     top: -16px;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]