From b676c627d55072ca82ad00d19ba257a589f3b034 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Fri, 5 Dec 2014 17:13:15 +0100 Subject: [PATCH] And relative urls for the images in the css --- _includes/css/agency.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/css/agency.css b/_includes/css/agency.css index 203c6f2c..956629fb 100644 --- a/_includes/css/agency.css +++ b/_includes/css/agency.css @@ -266,7 +266,7 @@ header { text-align: center; color: #79BD8F; background-attachment: scroll; - background-image: url(../img/fosdem.jpg); + background-image: url(img/fosdem.jpg); background-position: center center; background-repeat: none; -webkit-background-size: cover; @@ -656,7 +656,7 @@ aside.clients img { section#contact { color: #fff; background-color: #222; - background-image: url(../img/tools.jpg); + background-image: url(img/tools.jpg); background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover;