From 43e38b02f70b121da4fa2fd20f1e3581dee4bc3a Mon Sep 17 00:00:00 2001
From: Thomas Lenz <thomas.lenz@egiz.gv.at>
Date: Fri, 27 Jul 2018 06:53:50 +0200
Subject: fix wrong URL in css/css_country.css Add some infos to index.html

---
 connector/src/main/webapp/css/css_country.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'connector/src/main/webapp/css')

diff --git a/connector/src/main/webapp/css/css_country.css b/connector/src/main/webapp/css/css_country.css
index 97a350c0..59282da3 100644
--- a/connector/src/main/webapp/css/css_country.css
+++ b/connector/src/main/webapp/css/css_country.css
@@ -1,6 +1,6 @@
 @charset "utf-8";
     body {
-        background-image: url(img/globus_eu.png);
+        background-image: url(../img/globus_eu.png);
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-position: top; 
-- 
cgit v1.2.3