View Single Post
Old 04-22-2015, 11:45 PM   #1
jonesnc
Junior Member
jonesnc began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2015
Device: Lenovo 2 A10
Moon+ Reader layout issue

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.

Last edited by Dr. Drib; 04-24-2015 at 06:37 PM. Reason: expanding description
jonesnc is offline   Reply With Quote