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:
Quote:
.OpeningParagraph {
color: black;
display: block;
font-family: MinionPro-Regular;
font-size: 0.875em;
line-height: 1.2;
margin-bottom: 6pt;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: left;
text-autospace: none;
text-justify: inter-ideograph
}
|
Does the key lie in changing some value in this section that I am just totally missing?