From 354c47a6963fb9250e6911856e5dd5860d45e5e2 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sat, 13 Apr 2013 21:37:59 -0600 Subject: [PATCH] Make notices not render elements unclickable during setup --- index.html | 4 ++-- res/scoreboard.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 90366a0..63dc27f 100644 --- a/index.html +++ b/index.html @@ -100,8 +100,8 @@

Download

- Download - version 4.1 to your hard drive to run a scoreboard + Download + version 4.2 to your hard drive to run a scoreboard without Internet access (recommended: watch how). This includes the documentation. diff --git a/res/scoreboard.css b/res/scoreboard.css index d92ed36..016712d 100644 --- a/res/scoreboard.css +++ b/res/scoreboard.css @@ -179,6 +179,7 @@ body { * Notices */ #notice { + display: none; position: absolute; bottom: 1.3em; left: 50%;