Quote:
Originally Posted by dwanthny
The .MsoNormal and .calibre4 class are defined in the css file. Open the css file, under styles, in Sigil and see what the margins for those classes are. Adjust accordingly.
|
The css doesn't contain any attribute meaning "extra baseline for last line in para". Oddly enough, the problem goes away on page 72.
Code:
.MsoNormal {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-align: left;
text-autospace: none;
text-indent: 1.5em
}
.calibre4 {
font-size: 0.8em
}
I wonder if it's some layout bug in the nook reader, triggered by some specific combination of font size and whatever?
speakingtohe: what does the css look like for one of yours that works now?