]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Remove some old-CEF hacks.
[ultimatescore] / score.css
index 664562e43972656bdbd6232cbe928f886701998a..7843b9f9ee7c687fa51509e0390b94b2f8a9079f 100644 (file)
--- 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;