From a85ded1cc0273778cd3110ee3ffd8e7e4bf25cbf Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 22 May 2015 12:12:16 +0200 Subject: [PATCH] Fixed broken image url --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a8619391..5f05eea4 100644 --- a/css/style.css +++ b/css/style.css @@ -24,7 +24,7 @@ img.header { } div.wall { - background-image: url("./images/wall.png"); + background-image: url("../images/wall.png"); background-repeat: no-repeat; background-size:cover; margin-top:5px;