From 3f50d50e6bf2be38195e46935a84207954567b4b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 26 Feb 2016 22:47:15 -0800 Subject: [PATCH] Remove unneeded vendor prefixes. --- src/css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 34fe211fe..520d2a2f0 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -1592,12 +1592,9 @@ input[type="checkbox"]:checked ~ .checkbox-letter { min-height: 90px; max-width: 100%; min-width: 100%; - display: -webkit-box; display: -webkit-flex; - display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; flex-wrap: wrap; } #dump-list:hover { @@ -1616,8 +1613,6 @@ input[type="checkbox"]:checked ~ .checkbox-letter { position: relative; text-shadow: 0 0 2px #000; -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; - transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; - transition: opacity .25s ease-in-out, transform .25s ease-in-out; transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; vertical-align: top; background-size: cover;