I'm having trouble getting Moon+ Reader 3.0.6 to properly display the following code. I am using Sigil 0.8.6.
Code:
<p class="txquotecit">recorded July 12, 1843, at Nauvoo, Illinois<a href="../Text/notes.xhtml#notes-ch1-1">1</a></p>
CSS:
Code:
.txquotecit {
display: block;
font-size: 0.8em;
margin-bottom: 0;
margin-left: 10pt;
margin-right: 10pt;
margin-top: 0;
padding-bottom: 0%;
padding-left: 0%;
padding-right: 0%;
padding-top: 0%;
text-indent: 0em;
font-size:0.7em;
text-align: right;
font-weight: normal;
}
Moon+ Reader's rendering:
[Image violates Guidelines for size - MODERATOR]
I'd like Moon+ to match Sigil's rendering:
I have CSS enabled.