diff options
author | Case Duckworth | 2015-03-03 17:27:10 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-03 17:27:10 -0700 |
commit | 43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3 (patch) | |
tree | f4a39be6706ba730d6d751240b1acaa5254042d6 /css | |
parent | Change language in all files to English (diff) | |
download | autocento-43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3.tar.gz autocento-43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3.zip |
Add hyphens to prose things with Hyphenator.js
Diffstat (limited to 'css')
-rw-r--r-- | css/prose.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/prose.css b/css/prose.css index 92b3b62..053b446 100644 --- a/css/prose.css +++ b/css/prose.css | |||
@@ -7,6 +7,8 @@ | |||
7 | 7 | ||
8 | .prose { | 8 | .prose { |
9 | text-align: justify; | 9 | text-align: justify; |
10 | hyphens: auto; | ||
11 | -moz-hyphens: auto; | ||
10 | } | 12 | } |
11 | .prose p:first-child::first-line { | 13 | .prose p:first-child::first-line { |
12 | font-variant: small-caps; | 14 | font-variant: small-caps; |