Ads working again

This commit is contained in:
Neale Pickett 2013-06-08 12:43:45 -06:00
parent 57be806ea7
commit b04057cb6d
3 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,7 @@ teams = [
["PLG", "plague.png", "Zombie Plague"],
["BDB", "bd-betties.png", "Black Diamond Betties"],
["SKS", "sirens.png", "Sea to Sky Sirens"],
["BBDD", "bbdd.png", "Battle Born Derby Bemons"],
["BBDD", "bbdd.png", "Battle Born Derby Demons"],
];
teams.sort();

View File

@ -131,8 +131,8 @@ body {
}
#advert {
margin-top: 1.4em;
max-height: 2em;
margin-top: 2.2em;
max-height: 1em;
max-width: 5em;
}

View File

@ -41,6 +41,7 @@
<p class="center">
<span id="period" onclick="handle(event);">--:--</span>
<span id="periodtext" onclick="handle(event);"></span>
<img id="advert" src="#" onerror="adverterror()">
<span id="jam" onclick="handle(event);">-:--.-</span>
<span id="jamtext" onclick="handle(event);"></span>
</p>