Commit f3e98cd8 authored by Sven Franck's avatar Sven Franck

css: fixed background path

parent 7c4cacb6
......@@ -563,7 +563,7 @@ tbody .large {
/* ================================= CUSTOM CSS =========================== */
.rose.background {
background: url("img/bg-offre02.png") no-repeat scroll right 203px #B01B99;
background: url("../img/bg-offre02.png") no-repeat scroll right 203px #B01B99;
}
.rose {
background-color: #B01B99;
......@@ -572,7 +572,7 @@ tbody .large {
background-color: #E156CC;
}
.bleu.background {
background: url("img/bg-offre03.png") no-repeat scroll center 197px #2296C9;
background: url("../img/bg-offre03.png") no-repeat scroll center 197px #2296C9;
}
.bleu {
background-color: #2296C9;
......@@ -581,7 +581,7 @@ tbody .large {
background-color: #5FC2EF;
}
.violet.backgorund {
background: url("img/bg-offre01.png") no-repeat scroll center 150px #7B40B8;
background: url("../img/bg-offre01.png") no-repeat scroll center 150px #7B40B8;
}
.violet {
background-color: #7B40B8;
......@@ -590,7 +590,7 @@ tbody .large {
background-color: #B184E0;
}
.rouge.background {
background: url("img/website-bg-libert-vacances.png") no-repeat scroll 410px 31px #EB5757;
background: url("../img/website-bg-libert-vacances.png") no-repeat scroll 410px 31px #EB5757;
}
.rouge {
background-color: #EB5757;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment