Quote:
Originally Posted by Amalthia
I turned it off for now.  I figured I'd save it for stories that really do use br tags.
|
The next build should fix the problem, though one of the culprits is your font-size being specified in the p element of your css.
It is still larger. Without the font-size specified, the chapter text is the same size as the one in the summary page.
The attached file is made with that new build, but I replaced its css with the one from your copy.
Edit: I've added the version of the file using my own css, just for comparison.
Code:
output_css:
body { background-color: #%(background_color)s;
text-align: justify;
margin: 1em;
adobe-hyphenate: none; }
p { text-indent: 1em;
text-align: justify;
margin-top: 0px;
margin-bottom: 1.5ex; }
pre { font-size: x-small; }
sml { font-size: small; }
h1, h2, h3, h4, h5, h6 { text-align: center; }
.CI {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
.center {text-align: center;}
.cover {text-align: center;}
.full {width: 100%%; }
.quarter {width: 25%%; }
.smcap {font-variant: small-caps;}
.u {text-decoration: underline;}
.bold {font-weight: bold;}