This commit is contained in:
Alex Cabal 2020-03-23 17:31:47 -05:00
parent fe9cad9480
commit 490bc85a79
3 changed files with 4 additions and 3 deletions

View File

@ -12,4 +12,4 @@
<reason>Quotes are for a single word, not dialog.</reason> <reason>Quotes are for a single word, not dialog.</reason>
</ignore> </ignore>
</file> </file>
</se-lint-ignore> </se-lint-ignore>

View File

@ -782,7 +782,7 @@
<itemref idref="barbershop-adventure.xhtml"/> <itemref idref="barbershop-adventure.xhtml"/>
<!-- Houston Post 1896-06-22, p4, from Postscripts --> <!-- Houston Post 1896-06-22, p4, from Postscripts -->
<itemref idref="somebody-lied.xhtml"/> <itemref idref="somebody-lied.xhtml"/>
<!-- Cabbages and Kings, written in Honduras in 1897 but published in 1904 --> <!-- Cabbages and Kings, written in Honduras in 1897 but published in 1904 -->
<itemref idref="the-proem.xhtml"/> <itemref idref="the-proem.xhtml"/>
<itemref idref="fox-in-the-morning.xhtml"/> <itemref idref="fox-in-the-morning.xhtml"/>
<!-- 1902-01, Smart Set --> <!-- 1902-01, Smart Set -->
@ -811,7 +811,7 @@
<itemref idref="rouge-et-noir.xhtml"/> <itemref idref="rouge-et-noir.xhtml"/>
<itemref idref="two-recalls.xhtml"/> <itemref idref="two-recalls.xhtml"/>
<itemref idref="the-vitagraphoscope.xhtml"/> <itemref idref="the-vitagraphoscope.xhtml"/>
<!-- end of Cabbages and Kings --> <!-- end of Cabbages and Kings -->
<!-- McClure's v14n2 1899-12, from Roads of Destiny --> <!-- McClure's v14n2 1899-12, from Roads of Destiny -->
<itemref idref="whistling-dicks-christmas-stocking.xhtml"/> <itemref idref="whistling-dicks-christmas-stocking.xhtml"/>
<!-- Outlook 1900-06-30, from Whirligigs --> <!-- Outlook 1900-06-30, from Whirligigs -->

View File

@ -230,6 +230,7 @@ p.signature{
font-variant: small-caps; font-variant: small-caps;
text-align: center; text-align: center;
} }
/* override core's formatting of a 3em top margin for paragraph following a header */ /* override core's formatting of a 3em top margin for paragraph following a header */
#a-bird-of-bagdad header + p{ #a-bird-of-bagdad header + p{
margin-top: 0; margin-top: 0;