diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-27 19:47:17 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-27 19:47:17 (GMT) |
commit | 05ad88654ea41a0894686ba149a73428bbeaf4aa (patch) | |
tree | 6db21c533af0176e3bf88903989adfc288d7c975 /web/input/resources | |
parent | 104ca95ac0a753e327c61d1b420fcb08bf106d31 (diff) | |
download | site-05ad88654ea41a0894686ba149a73428bbeaf4aa.tar.gz |
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.
Diffstat (limited to 'web/input/resources')
-rw-r--r-- | web/input/resources/plugins.css | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ | |||
15 | body { | 15 | body { |
16 | font-family: "Source Sans Pro", sans-serif; | 16 | font-family: "Source Sans Pro", sans-serif; |
17 | text-rendering: optimizeLegibility; | 17 | text-rendering: optimizeLegibility; |
18 | -webkit-hyphens: auto; | ||
19 | -moz-hyphens: auto; | ||
20 | -ms-hyphens: auto; | ||
21 | -o-hyphens: auto; | ||
22 | hyphens: auto; | ||
23 | } | 18 | } |
24 | 19 | ||
25 | h1, h2, h3, h4, h5, h6 { | 20 | h1, h2, h3, h4, h5, h6 { |