about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-10 11:18:53 -0700
committerCase Duckworth2015-03-10 11:18:53 -0700
commitd11ce77857a21dbf3b4cd38ffabcc24005391152 (patch)
tree9c29cc621be1d582bc5a1277b2cb9cb0886c69df /css
parentFix alignment bugs with template, .prose, .verse (diff)
downloadautocento-d11ce77857a21dbf3b4cd38ffabcc24005391152.tar.gz
autocento-d11ce77857a21dbf3b4cd38ffabcc24005391152.zip
Compile 2015-03-10
Diffstat (limited to 'css')
-rw-r--r--css/verse.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/verse.css b/css/verse.css index b76ff2c..10fd354 100644 --- a/css/verse.css +++ b/css/verse.css
@@ -9,6 +9,10 @@
9 text-align: center; 9 text-align: center;
10} 10}
11 11
12header {
13 text-align: left;
14}
15
12.verse { 16.verse {
13 display: inline-block; 17 display: inline-block;
14 text-align: left; 18 text-align: left;