Quote:
Originally Posted by kovidgoyal
|
I'm embarrassed to keep asking but even doing exactly as described in the help file it does not work.
My source file looks like this:
<h1>Chapter 1</h1>
<p>There was something supernatural here,
something extraordinary.</p>
So I do the conversion, default reader, tick no options, copy/pasting the Extra CSS from the help page:
p, div { margin: 0pt; border: 0pt; text-indent: 1.5em }
.spacious { margin-bottom: 1em; text-indent: 0pt; }
But when I open the epub output and look at what it has done I see this:
<h1 id="calibre_toc_2" class="calibre7">Chapter 1</h1>
<p class="p.spacious">There was something supernatural here,
something extraordinary.</p>
And every paragraph where I have not explicitly chosen a class is set to spacious, which is not what it says is meant to happen.
Is Calibre getting it wrong or am I?