From: Steinar H. Gunderson Date: Tue, 27 Feb 2018 18:01:40 +0000 (+0100) Subject: Remove some old-CEF hacks. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=7da4b0c7c7392f7e4d68916d7c27a6e8f62c293b;p=ultimatescore Remove some old-CEF hacks. --- 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;