View Single Post
Old 11-12-2015, 02:42 PM   #739
edeniz
Zealot
edeniz began at the beginning.
 
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
Yeah, that's what I decided to do, like five minutes after I posted my previous answer. Because I simply cannot stand not knowing in cases such as this, especially when I know it's a mess of my own making, so of course I'd keep trying and trying. It took a while, but I think I finally found the culprit:

Spoiler:
Code:
 
br         {margin:5px; 
             line-height:1.7em; }


Apparently putting margin in there was a big, big mistake.

With a mistake like that, naturally not even epubcheck or css validators will be useful.

I don't even remember why I thought using that css line would be a good idea, when what I want is more easily accomplished with this:

Spoiler:
Code:
 
 p              {line-height:170%%; margin-bottom:2em; margin-top:2em;}
 blockquote {padding: 0.5em 0 0.5em 0; margin-bottom:3em;}
 br             {line-height:1.8em; }
 table         { border-collapse: separate; border-spacing: 1.5em; }
 td             {vertical-align:top; padding:0.6em 0.2em 0.4em 0.6em;}

tl;dr: So yeah, case closed! Finally! Thank you for all your efforts
edeniz is offline   Reply With Quote