summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-26 18:26:28 +0400
committerAndrew Dolgov <[email protected]>2013-07-26 18:26:28 +0400
commitac57b9dd19333db9bed34bc70d945568292b77de (patch)
tree9ff2986aa5c0078e4ccc3c6a61809edf11b68f61 /css/cdm.css
parent1c8bcb580e046218ee9d07ec7d9f707fbd7b3219 (diff)
add experimental css hyphens support for english language
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 2e1ffd2ab..234f53398 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -223,6 +223,9 @@ div.cdm .hlFeed a {
div.cdmContentInner p {
max-width : 650px;
text-align : justify;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
}
div.cdmContentInner iframe {