From dd8c6b450913377b474f523d23cd998ad822d65b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 11 Feb 2015 18:59:54 -0500 Subject: [PATCH] Added hyphenation --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 7db448d..d9d5d0b 100644 --- a/style.css +++ b/style.css @@ -110,6 +110,9 @@ ul { .mw-body-content { text-align: justify; + -moz-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; } dl dd {