And relative urls for the images in the css

This commit is contained in:
Henne Vogelsang 2014-12-05 17:13:15 +01:00
parent 903d31c7d5
commit b676c627d5

View file

@ -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;