View Single Post
Old 11-10-2013, 09:47 AM   #2090
Feynor
Enthusiast
Feynor began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Sep 2013
Device: Samsung Galaxy Note 10.1 2014 ed. with Moon Reader+ and Google Books.
Quote:
Originally Posted by Amalthia View Post
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;}
Attached Files
File Type: epub Entanglements - astolat.epub (43.9 KB, 142 views)
File Type: epub Entanglements - astolat - my css.epub (43.8 KB, 172 views)

Last edited by Feynor; 11-10-2013 at 12:42 PM.
Feynor is offline