diff --git a/signs.css b/signs.css index 4b10b2b..d5a2b3c 100644 --- a/signs.css +++ b/signs.css @@ -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;