fix image path in css
This commit is contained in:
parent
593e5332a1
commit
3c64520476
1 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@ li {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -70px;
|
top: -70px;
|
||||||
background: url("images/bulbs.png");
|
background: url("../images/bulbs.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
@ -114,7 +114,7 @@ li {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -35px;
|
top: -35px;
|
||||||
background: url("images/coaaaa.png");
|
background: url("../images/coaaaa.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
@ -123,7 +123,7 @@ li {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -45px;
|
top: -45px;
|
||||||
background: url("images/agir.png");
|
background: url("../images/agir.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
|
Loading…
Reference in a new issue