diff --git a/index.html b/index.html index d90812e..fcdf559 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@

Welches Land erlaubt Filesharing für private Zwecke straffrei?

-

http://poll.c3d2.de/

+

http://poll.c3d2.de/

diff --git a/nedap.png b/nedap.png index bb8e150..7295907 100644 Binary files a/nedap.png and b/nedap.png differ diff --git a/quiz.css b/quiz.css index 06f7e76..9554b0c 100644 --- a/quiz.css +++ b/quiz.css @@ -50,6 +50,13 @@ p { margin: 0 auto; } +#nedap .url { + text-decoration: underline; + color: white; + font-weight: bold; + font-size: 200%; +} + #answers { position: absolute; bottom: 0; diff --git a/quiz.js b/quiz.js index b42c5b7..220bc8d 100644 --- a/quiz.js +++ b/quiz.js @@ -141,7 +141,7 @@ function startQuiz() { if (name) { playerNames[i] = name; playerScores[i] = 0; - $('#scoreboard dl').append('
0NEDAP
'); + $('#scoreboard dl').append('
0
'); $('#scoreboard dl dt').last().text(name); $('#players').append('
  • 0
  • '); $('#players li.player'+i+' span.name').text(name);