View Single Post
Old 04-12-2012, 11:20 PM   #16
N00ter
Member
N00ter began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jan 2012
Device: Kindle
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?
N00ter is offline   Reply With Quote