relocate notices on penalties layout
This commit is contained in:
parent
b9944870b6
commit
a21b2ee888
|
@ -52,6 +52,10 @@
|
||||||
top: 7em;
|
top: 7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notice div {
|
||||||
|
bottom: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Penalties
|
* Penalties
|
||||||
*/
|
*/
|
||||||
|
@ -149,7 +153,7 @@ window.onkeypress = key;
|
||||||
<div id="notice">
|
<div id="notice">
|
||||||
<div id="notice-1">Power Jam</div>
|
<div id="notice-1">Power Jam</div>
|
||||||
<div id="notice-2">Grand Slam</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 id="notice-4">OMG</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue