From 05ad88654ea41a0894686ba149a73428bbeaf4aa Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 27 Oct 2013 20:47:17 +0100 Subject: Don't tell browsers to hyphenate text The hyphenation support in current browser versions isn't all that good. As the text lines on our web site are long (actually too long), there's no need for hyphenation anyway. diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css index e536e40..c9b31a3 100644 --- a/web/input/resources/plugins.css +++ b/web/input/resources/plugins.css @@ -15,11 +15,6 @@ body { font-family: "Source Sans Pro", sans-serif; text-rendering: optimizeLegibility; - -webkit-hyphens: auto; - -moz-hyphens: auto; - -ms-hyphens: auto; - -o-hyphens: auto; - hyphens: auto; } h1, h2, h3, h4, h5, h6 { -- cgit v0.10-9-g596f