And relative urls for the images in the css
This commit is contained in:
parent
903d31c7d5
commit
b676c627d5
1 changed files with 2 additions and 2 deletions
|
|
@ -266,7 +266,7 @@ header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #79BD8F;
|
color: #79BD8F;
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
background-image: url(../img/fosdem.jpg);
|
background-image: url(img/fosdem.jpg);
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: none;
|
background-repeat: none;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
|
|
@ -656,7 +656,7 @@ aside.clients img {
|
||||||
section#contact {
|
section#contact {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
background-image: url(../img/tools.jpg);
|
background-image: url(img/tools.jpg);
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue