1) I took my best stab at CSS but I'm not quite sure if I did it correctly. It seems as though if I try to copy/paste the "header" CSS for the letter, it won't even give me the results of lint.
a) Would
this header take a <se.dateline> or just <header>
b) Would the CSS letter header be
header p{
font-variant: small-caps;
margin: 1em;
text-indent: 0;
2) Does sea gulls get modernized to seagulls?
3) I'm blockquoting pieces of writing in a notebook, is the CSS
blockquote + p{
text-indent: 0;
}
4)
One of the notes is a list, and (on my Kobo) the first item is not indented and the other three lines are. Would each item take a <p>ITEM</p> or would I do a <br/> for each line?
<blockquote>
<p>
<b>xzyrm. rhozmw. xsrnmvb. ovug.</b>
</p>
<p>
<b>uilmg. mrmv. uvvg. srts.</b>
</p>
</blockquote>
I'm guessing that I'd have to CSS it to the center... but would that mess up the other blockquote CSS since this is in the same chapter?
blockquote {
text-align: center;
}
6) Do I drop the quotations on "and all the trimmings" due to it being slang? I recall that I did drop quotations on similar slang words in previous HB such as "letting [the boat's engine] out", a "spread" of food, "step on [the gas]" but idk if it's too "old" to be considered modern anymore...?