Commit f3e98cd8 authored by Sven Franck's avatar Sven Franck

css: fixed background path

parent 7c4cacb6
...@@ -563,7 +563,7 @@ tbody .large { ...@@ -563,7 +563,7 @@ tbody .large {
/* ================================= CUSTOM CSS =========================== */ /* ================================= CUSTOM CSS =========================== */
.rose.background { .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 { .rose {
background-color: #B01B99; background-color: #B01B99;
...@@ -572,7 +572,7 @@ tbody .large { ...@@ -572,7 +572,7 @@ tbody .large {
background-color: #E156CC; background-color: #E156CC;
} }
.bleu.background { .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 { .bleu {
background-color: #2296C9; background-color: #2296C9;
...@@ -581,7 +581,7 @@ tbody .large { ...@@ -581,7 +581,7 @@ tbody .large {
background-color: #5FC2EF; background-color: #5FC2EF;
} }
.violet.backgorund { .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 { .violet {
background-color: #7B40B8; background-color: #7B40B8;
...@@ -590,7 +590,7 @@ tbody .large { ...@@ -590,7 +590,7 @@ tbody .large {
background-color: #B184E0; background-color: #B184E0;
} }
.rouge.background { .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 { .rouge {
background-color: #EB5757; 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