Originally, in my css stylesheet for my epubs, I had set of styles included in body:
body {
....;
}
In following some suggestions here:
https://wiki.mobileread.com/wiki/CSS_HowTo#Essentials
I also included html:
body, html {
....;
}
What does including that html bit do? I'd assumed it applied those styles to the <html> section of the file as well as to the <body> section (which seemed odd since <body> is part of <html> (I think).
I've just now pulled the html bit out of that statement since it appears to be causing margin issues with Calibre's Viewer:
https://www.mobileread.com/forums/sh...d.php?t=348888
But, I'd still like to know if I should add it back.
I just edit the css of the commercial books I buy to be easier for me to read on my Kobo Forma as a kepub.