relocate notices on penalties layout

This commit is contained in:
Neale Pickett 2012-07-06 23:51:25 -06:00
parent b9944870b6
commit a21b2ee888
1 changed files with 5 additions and 1 deletions

View File

@ -52,6 +52,10 @@
top: 7em;
}
#notice div {
bottom: 0.2em;
}
/*
* Penalties
*/
@ -149,7 +153,7 @@ window.onkeypress = key;
<div id="notice">
<div id="notice-1">Power Jam</div>
<div id="notice-2">Grand Slam</div>
<div id="notice-3">Ouch!</div>
<div id="notice-3">Ouch</div>
<div id="notice-4">OMG</div>
</div>
</body>