diff options
author | Case Duckworth | 2015-03-12 09:45:58 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-12 09:45:58 -0700 |
commit | 20e9c7c2498b559a284bb9db0fcf1a3b08c779ac (patch) | |
tree | 586c12de18d7f60d35dae7d86a49041dd11583b4 /css | |
parent | Move dedication to before epigraph (diff) | |
download | autocento-20e9c7c2498b559a284bb9db0fcf1a3b08c779ac.tar.gz autocento-20e9c7c2498b559a284bb9db0fcf1a3b08c779ac.zip |
Fix #8 - dedication bug - & change epigraph org
- Move the $endif$ for $if(epigraph.content)$ to before .dedication - Change `epigraph + epigraph-attrib` to `epigraph > attrib`
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/common.css b/css/common.css index 62f1884..27d64eb 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -152,13 +152,13 @@ h2 { | |||
152 | .epigraph p { | 152 | .epigraph p { |
153 | margin: 0; | 153 | margin: 0; |
154 | } | 154 | } |
155 | .epigraph-attrib { | 155 | .epigraph .attrib { |
156 | text-align: right; | 156 | text-align: right; |
157 | margin-top: 0; | 157 | margin-top: 0; |
158 | font-size: 10pt; | 158 | font-size: 10pt; |
159 | font-style: italic; | 159 | font-style: italic; |
160 | } | 160 | } |
161 | .epigraph-attrib::before { | 161 | .epigraph .attrib::before { |
162 | content: '– '; | 162 | content: '– '; |
163 | } | 163 | } |
164 | /* epigraph }}} */ | 164 | /* epigraph }}} */ |