diff options
Diffstat (limited to 'css/_common.css')
-rw-r--r-- | css/_common.css | 12 |
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 | } |
98 | nav .prevlink:before { | ||
99 | content: '« ' | ||
100 | } | ||
101 | nav .nextlink:after { | ||
102 | content: ' »' | ||
103 | } | ||
94 | /* }}} */ | 104 | /* }}} */ |