about summary refs log tree commit diff stats
path: root/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
parentUpdate README (diff)
downloadautocento-731be1feff43100b367737404bbef3f93d4b3e9b.tar.gz
autocento-731be1feff43100b367737404bbef3f93d4b3e9b.zip
Re write .thing into #container > .content
Diffstat (limited to 'css')
-rw-r--r--css/common.css4
-rw-r--r--css/prose.css1
-rw-r--r--css/verse.css5
3 files changed, 8 insertions, 2 deletions
diff --git a/css/common.css b/css/common.css index 50abb87..f64ad0c 100644 --- a/css/common.css +++ b/css/common.css
@@ -31,8 +31,8 @@ header {
31 max-width: 39em; 31 max-width: 39em;
32 margin: auto; 32 margin: auto;
33} 33}
34.thing { 34#container {
35 max-width: 39em; 35 /* max-width: 39em; */
36 margin: 0 auto; 36 margin: 0 auto;
37 padding-bottom: 24px; 37 padding-bottom: 24px;
38} 38}
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}
diff --git a/css/verse.css b/css/verse.css index cce076c..1e04654 100644 --- a/css/verse.css +++ b/css/verse.css
@@ -5,5 +5,10 @@
5 * etc. 5 * etc.
6 */ 6 */
7 7
8#container {
9 text-align: center;
10}
11
8.verse { 12.verse {
13 display: inline-box;
9} 14}