From 7da4b0c7c7392f7e4d68916d7c27a6e8f62c293b Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 27 Feb 2018 19:01:40 +0100 Subject: [PATCH] Remove some old-CEF hacks. --- score.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/score.css b/score.css index 664562e..7843b9f 100644 --- a/score.css +++ b/score.css @@ -1,17 +1,13 @@ * { - -webkit-box-sizing: border-box; - Box-Sizing: border-box; - -webkit-backface-visibility: hidden; - -webkit-transition: translate3d(0,0,0); + box-sizing: border-box; } -html, body { +body { width: 1280px; height: 720px; margin: 0; padding: 0; background: transparent; overflow: hidden; - -webkit-font-smoothing: antialiased !important; } body { font-family: 'Lato', sans-serif; -- 2.39.2