css cleanup

This commit is contained in:
Jaan Janesmae 2020-03-11 22:58:18 +02:00
parent 1e1b4e8086
commit 9942942bd5
No known key found for this signature in database
GPG Key ID: 107973F4AE61D099
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ body {
display: table-cell;
vertical-align: middle;
-webkit-user-modify: read-write;
-moz-user-modify: read-write;
-moz-user-modify: read-write;
user-modify: read-write;
border: none;
outline: none;
@ -64,8 +64,8 @@ body {
-ms-word-break: break-all;
word-break: break-all;
/* Non standard for webkit */
word-break: break-word;
/* Non standard for webkit */
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;