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

@ -73,7 +73,7 @@ tr { border-bottom: 1px dotted $tr-rule; }
.publi_table td:nth-child(2) { width: 60%; }
.publi_table td:nth-child(3) { width: 10%; }
ul { list-style-image: url('../images/bullet_dark.png'); }
ul { list-style-image: url('/images/bullet_dark.png'); }
ul li { margin-left: 1em; }
ol { list-style-type: decimal; }
@ -92,9 +92,9 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
#wrapper { max-width: $in_width; margin: auto; }
#outter-wrapper { width: 100%; height: auto; min-height: 100%; position: relative; }
#foot_image { height: 150px; background-image: url('../images/backsky.png');
#foot_image { height: 150px; background-image: url('/images/backsky.png');
position: absolute; bottom: 0px; width: 100%; text-align: center; overflow: hidden; }
#clouds { background-image: url('../images/clouds.png'); height: 150px; width: 200%;
#clouds { background-image: url('/images/clouds.png'); height: 150px; width: 200%;
position: relative; top: -150px; margin-bottom: -150px; }
#foot_image:active #ski { visibility: visible; animation: ski 3s linear; }
#clouds:hover { animation: clouds 100s infinite linear; }