From a5a9b7d4fbb06f7b8cdd4f0a605de77fe42c49df Mon Sep 17 00:00:00 2001 From: Wruczek Date: Mon, 5 Dec 2016 03:19:36 +0100 Subject: [PATCH] Removed unnecessary CSS rules --- css/style.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index 0889b8e..45cf51a 100644 --- a/css/style.css +++ b/css/style.css @@ -30,14 +30,7 @@ a { p, a { overflow-wrap: break-word; word-wrap: break-word; - - -ms-word-break: break-all; - word-break: break-word; - - -ms-hyphens: auto; - -moz-hyphens: auto; - -webkit-hyphens: auto; - hyphens: auto; + word-break: break-all; } /* ****** */