about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-10 11:15:12 -0700
committerCase Duckworth2015-03-10 11:15:12 -0700
commite47698d313ce29bd7e1628161e86e8a05ac1cd4c (patch)
treee24f204767aa5cdd8ca2e6ddef623300ecf845fd /css
parentHTML compile 2015-03-09 (diff)
downloadautocento-e47698d313ce29bd7e1628161e86e8a05ac1cd4c.tar.gz
autocento-e47698d313ce29bd7e1628161e86e8a05ac1cd4c.zip
Fix alignment bugs with template, .prose, .verse
Diffstat (limited to 'css')
-rw-r--r--css/prose.css1
-rw-r--r--css/verse.css3
2 files changed, 3 insertions, 1 deletions
diff --git a/css/prose.css b/css/prose.css index 575278f..28b2db2 100644 --- a/css/prose.css +++ b/css/prose.css
@@ -8,6 +8,7 @@
8.prose { 8.prose {
9 text-align: justify; 9 text-align: justify;
10 max-width: 39em; 10 max-width: 39em;
11 margin: auto;
11 hyphens: auto; 12 hyphens: auto;
12 -moz-hyphens: auto; 13 -moz-hyphens: auto;
13} 14}
diff --git a/css/verse.css b/css/verse.css index 1e04654..b76ff2c 100644 --- a/css/verse.css +++ b/css/verse.css
@@ -10,5 +10,6 @@
10} 10}
11 11
12.verse { 12.verse {
13 display: inline-box; 13 display: inline-block;
14 text-align: left;
14} 15}