View Single Post
Old 12-15-2018, 01:29 PM   #235
speedyg
Junior Member
speedyg began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2015
Device: Galaxy Tab S
Quote:
Originally Posted by DNSB View Post
Another possibility is if there are any line height declaration on lower level elements. Take a close look at the classes used with <p> tags (or <div> tags for those ebook creators who insist on using <div> instead of <p> for paragraphs.)
Thanks for the response. That was the problem. One of the referenced Style sheets in the epub file has this:

p.Normal {
-epub-hyphens:none;
color:#000000;
font-family:"Times New Roman", serif;
font-size:1em;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:2;
...

Changing the line-height setting there changes the viewer display. My understanding was that changing setting in the "body" section of the User Stylesheet would override all these settings, but that's obviously not the case.

Is there a way of creating a setting in the User Stylesheet that will always take precedence, or am I stuck with editing each book when these kinds of issues turn up?
speedyg is offline   Reply With Quote