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;