diff --git a/content/issue-33/ADeersInheritance.md b/content/issue-33/ADeersInheritance.md index f0df6435..3e5bda24 100644 --- a/content/issue-33/ADeersInheritance.md +++ b/content/issue-33/ADeersInheritance.md @@ -21,12 +21,14 @@ featured: true --- -{{}}T{{}}here was an old man. I call him Asa. He was a hunter, and a butcher, and a prayer. His friends chased game with him, and slaughtered the livestock with him, and sometimes even tried to pray too, but Asa was alone in being only a hunter, a butcher, and a prayer. Most people are many things. Asa was only those. +There was an old man. I call him Asa. He was a hunter, and a butcher, and a prayer. His friends chased game with him, and slaughtered the livestock with him, and sometimes even tried to pray too, but Asa was alone in being only a hunter, a butcher, and a prayer. Most people are many things. Asa was only those. It’s important you know he was never called that. His family called him the sound hungry children made at seeing he’d caught an animal for them to eat, or the grunt of a stifled wretch when the smell of open guts overwhelmed the one holding the carcass up for him to clean. Sometimes, on sacred days, they just called him by an expectant silence around a bonfire until he burned the animals’ eyes and genitals. Asa’s name was the same word as death and springtime. There was a boy, too. He thought of himself as a man, but his limbs were still the wrong lengths and his face was covered in red spots. He was shy, and never married. He was too young to have very many names. I know that no one called him Eze. +--- + Once, after laying in silence with Asa in a tree for five days, waiting for an animal to pass underneath, the boy said, (and remember these words are both misleading and unreal, all at once) diff --git a/static/assets/css/overrides.css b/static/assets/css/overrides.css index 7b32f739..429cbf40 100644 --- a/static/assets/css/overrides.css +++ b/static/assets/css/overrides.css @@ -116,6 +116,31 @@ glyph.small { +/* Use CSS3 for dropcap styles. + This is first used in issue-33. + Prior issues use the older TEI markup +*/ +section.post p::first-letter { + initial-letter: 2; + initial-letter-align: drop; + /*font-size: 4em;*/ + /*line-height: 3;*/ + font-weight: 600; +} +section.post header > p::first-letter, +section.post p + p::first-letter { + initial-letter: initial; + initial-letter-align: initial; + /*display: initial;*/ + /*font-size: initial;*/ + /*line-height: initial;*/ + font-weight: initial; +} + + + + + /* Author footers at end of stock pages */ footer.author img { border: 5px solid #212931a6;