about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 17:27:10 -0700
committerCase Duckworth2015-03-03 17:27:10 -0700
commit43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3 (patch)
treef4a39be6706ba730d6d751240b1acaa5254042d6 /css
parentChange language in all files to English (diff)
downloadautocento-43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3.tar.gz
autocento-43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3.zip
Add hyphens to prose things with Hyphenator.js
Diffstat (limited to 'css')
-rw-r--r--css/prose.css2
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;