about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 19:25:42 -0700
committerCase Duckworth2015-03-02 19:25:42 -0700
commit17f2ce8d651ed0635a6f005e9bf4555fc2bec22a (patch)
tree067ca922649319d6b6dc350d2c5fb9f91eefcead /css
parentChange width of webpages; streamline template (diff)
downloadautocento-17f2ce8d651ed0635a6f005e9bf4555fc2bec22a.tar.gz
autocento-17f2ce8d651ed0635a6f005e9bf4555fc2bec22a.zip
Move dedication before epigraph
Diffstat (limited to 'css')
-rw-r--r--css/_common.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/css/_common.css b/css/_common.css index 0e06824..79919a8 100644 --- a/css/_common.css +++ b/css/_common.css
@@ -64,6 +64,8 @@ h2 {
64/* Epigraph & Dedication */ 64/* Epigraph & Dedication */
65.epigraph { 65.epigraph {
66 text-align: right; 66 text-align: right;
67 font-size: 10pt;
68 font-style: italic;
67} 69}
68.epigraph p { 70.epigraph p {
69 margin: 0; 71 margin: 0;
@@ -71,6 +73,8 @@ h2 {
71.epigraph-attrib { 73.epigraph-attrib {
72 text-align: right; 74 text-align: right;
73 margin-top: 0; 75 margin-top: 0;
76 font-size: 10pt;
77 font-style: italic;
74} 78}
75.epigraph-attrib:before { 79.epigraph-attrib:before {
76 content: '– '; 80 content: '– ';
@@ -78,7 +82,7 @@ h2 {
78 82
79.dedication { 83.dedication {
80 font-style: italic; 84 font-style: italic;
81 text-align: right; 85 font-size: 10pt;
82} 86}
83.dedication:before { 87.dedication:before {
84 content: 'for '; 88 content: 'for ';
@@ -91,4 +95,10 @@ nav {
91 margin: auto; 95 margin: auto;
92 text-align: center; 96 text-align: center;
93} 97}
98nav .prevlink:before {
99 content: '« '
100}
101nav .nextlink:after {
102 content: ' »'
103}
94/* }}} */ 104/* }}} */