HTML cleanup

This commit is contained in:
Gaspard Jankowiak 2014-09-24 13:04:09 +02:00
commit ae0b9213ab
6 changed files with 11 additions and 11 deletions

View file

@ -207,7 +207,7 @@ tr {
}
ul {
list-style-image: url("../images/bullet_dark.png");
list-style-image: url("/images/bullet_dark.png");
}
ul li {
@ -267,7 +267,7 @@ ol li:hover {
#foot_image {
height: 150px;
background-image: url("../images/backsky.png");
background-image: url("/images/backsky.png");
position: absolute;
bottom: 0px;
width: 100%;
@ -276,7 +276,7 @@ ol li:hover {
}
#clouds {
background-image: url("../images/clouds.png");
background-image: url("/images/clouds.png");
height: 150px;
width: 200%;
position: relative;