From 17f2ce8d651ed0635a6f005e9bf4555fc2bec22a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 19:25:42 -0700 Subject: Move dedication before epigraph --- css/_common.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'css') 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 { /* Epigraph & Dedication */ .epigraph { text-align: right; + font-size: 10pt; + font-style: italic; } .epigraph p { margin: 0; @@ -71,6 +73,8 @@ h2 { .epigraph-attrib { text-align: right; margin-top: 0; + font-size: 10pt; + font-style: italic; } .epigraph-attrib:before { content: '– '; @@ -78,7 +82,7 @@ h2 { .dedication { font-style: italic; - text-align: right; + font-size: 10pt; } .dedication:before { content: 'for '; @@ -91,4 +95,10 @@ nav { margin: auto; text-align: center; } +nav .prevlink:before { + content: '« ' +} +nav .nextlink:after { + content: ' »' +} /* }}} */ -- cgit 1.4.1-21-gabe81