css: remove old prefixes

This commit is contained in:
Pere Orga 2020-07-19 00:39:27 +02:00 committed by GitHub
parent ffadf4cfed
commit 62b2251d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ body {
width: 100%;
height: 100%;
min-height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px #ddd solid;
outline: none;