summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-27 19:47:17 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-27 19:47:17 (GMT)
commit05ad88654ea41a0894686ba149a73428bbeaf4aa (patch)
tree6db21c533af0176e3bf88903989adfc288d7c975
parent104ca95ac0a753e327c61d1b420fcb08bf106d31 (diff)
downloadsite-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.
-rw-r--r--web/input/resources/plugins.css5
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 @@
15body { 15body {
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
25h1, h2, h3, h4, h5, h6 { 20h1, h2, h3, h4, h5, h6 {