Make notices not render elements unclickable during setup
This commit is contained in:
parent
a843f472e0
commit
354c47a696
|
@ -100,8 +100,8 @@
|
||||||
|
|
||||||
<h1>Download</h1>
|
<h1>Download</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-4.1.zip">Download
|
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-4.2.zip">Download
|
||||||
version 4.1</a> to your hard drive to run a scoreboard
|
version 4.2</a> to your hard drive to run a scoreboard
|
||||||
without Internet access (<strong>recommended</strong>:
|
without Internet access (<strong>recommended</strong>:
|
||||||
<a href="http://youtu.be/lH1VZ2kFatY">watch how</a>). This
|
<a href="http://youtu.be/lH1VZ2kFatY">watch how</a>). This
|
||||||
includes the documentation.
|
includes the documentation.
|
||||||
|
|
|
@ -179,6 +179,7 @@ body {
|
||||||
* Notices
|
* Notices
|
||||||
*/
|
*/
|
||||||
#notice {
|
#notice {
|
||||||
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 1.3em;
|
bottom: 1.3em;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
Loading…
Reference in New Issue