Quote:
Originally Posted by N00ter
Here is some more information to work with. As I dig through the ePub with Sigil I find that the first paragraph of each new section is classified as "OpeningParagraph." So I went to the css stylesheet and this is what it says under the .OpeningParagraph section:
Does the key lie in changing some value in this section that I am just totally missing?
|
Should become...
Code:
.OpeningParagraph {
display: block;
font-family: MinionPro-Regular;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: justify;
}
If you aren't using an embedded font, you can delete the font-family command. As for a line-height of 1.2em, that's just way too big and should be deleted.