From 3c64520476b4bd4c2570321fc1583768ae47569a Mon Sep 17 00:00:00 2001 From: mose Date: Thu, 19 Sep 2019 11:57:36 +0800 Subject: [PATCH] fix image path in css --- site/css/crapaud-fou.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/css/crapaud-fou.css b/site/css/crapaud-fou.css index ff660d8..2e8ed3e 100644 --- a/site/css/crapaud-fou.css +++ b/site/css/crapaud-fou.css @@ -105,7 +105,7 @@ li { content: ""; position: absolute; top: -70px; - background: url("images/bulbs.png"); + background: url("../images/bulbs.png"); background-repeat: no-repeat; width: 120px; height: 120px; @@ -114,7 +114,7 @@ li { content: ""; position: absolute; top: -35px; - background: url("images/coaaaa.png"); + background: url("../images/coaaaa.png"); background-repeat: no-repeat; width: 120px; height: 120px; @@ -123,7 +123,7 @@ li { content: ""; position: absolute; top: -45px; - background: url("images/agir.png"); + background: url("../images/agir.png"); background-repeat: no-repeat; width: 120px; height: 120px;