about summary refs log tree commit diff stats
path: root/css/prose.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-09 12:38:03 -0700
committerCase Duckworth2015-03-09 12:38:03 -0700
commit731be1feff43100b367737404bbef3f93d4b3e9b (patch)
treebd3531f5be7a9b08380bdaea29c1b161bb9e4c79 /css/prose.css
parentUpdate README (diff)
downloadautocento-731be1feff43100b367737404bbef3f93d4b3e9b.tar.gz
autocento-731be1feff43100b367737404bbef3f93d4b3e9b.zip
Re write .thing into #container > .content
Diffstat (limited to 'css/prose.css')
-rw-r--r--css/prose.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/prose.css b/css/prose.css index 9287279..575278f 100644 --- a/css/prose.css +++ b/css/prose.css
@@ -7,6 +7,7 @@
7 7
8.prose { 8.prose {
9 text-align: justify; 9 text-align: justify;
10 max-width: 39em;
10 hyphens: auto; 11 hyphens: auto;
11 -moz-hyphens: auto; 12 -moz-hyphens: auto;
12} 13}