From 576f47435983e0ad8704c034188454fe7941a688 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Sat, 2 Aug 2014 23:14:36 +0200 Subject: [PATCH] Some work. Also remove round corners. --- css/style.css | 8 +++++++- index.html | 2 +- js/game.js | 1 + json/workers.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 19de3a2..771f1eb 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +* { + border-radius: 0 !important; +} + h1 br { display: none; } @@ -20,7 +24,9 @@ h1 br { } #detector canvas { - position: absolute; left: 0; top: 0; + position: absolute; + left: 0; + top: 0; } #detector-core { diff --git a/index.html b/index.html index 436be5f..88c5b21 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@