Make notices not render elements unclickable during setup

This commit is contained in:
Neale Pickett 2013-04-13 21:37:59 -06:00
parent a843f472e0
commit 354c47a696
2 changed files with 3 additions and 2 deletions

View File

@ -100,8 +100,8 @@
<h1>Download</h1>
<p>
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-4.1.zip">Download
version 4.1</a> to your hard drive to run a scoreboard
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-4.2.zip">Download
version 4.2</a> to your hard drive to run a scoreboard
without Internet access (<strong>recommended</strong>:
<a href="http://youtu.be/lH1VZ2kFatY">watch how</a>). This
includes the documentation.

View File

@ -179,6 +179,7 @@ body {
* Notices
*/
#notice {
display: none;
position: absolute;
bottom: 1.3em;
left: 50%;