Ads working again
This commit is contained in:
parent
57be806ea7
commit
b04057cb6d
|
@ -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();
|
||||
|
||||
|
|
|
@ -131,8 +131,8 @@ body {
|
|||
}
|
||||
|
||||
#advert {
|
||||
margin-top: 1.4em;
|
||||
max-height: 2em;
|
||||
margin-top: 2.2em;
|
||||
max-height: 1em;
|
||||
max-width: 5em;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue