HTML cleanup
This commit is contained in:
parent
4893797e00
commit
ae0b9213ab
6 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue