I see. OK, I opened the file in editor, originally it is in AZW3 format, and I located few instances with negative indent. Should I change it to zero, just remove negative mark or something else?
What is the best and maybe automatic way of correcting books like these upon importing into calibre.
Editing CSS for a few books is OK, but I want to fix my whole library.
I reckon maybe I should replace all "text-indent:-" and "text-indent: -" to "text-indent:" removing "-",
but I'm not sure where I can set it in conversion settings.
Thanks
Code:
<body>
<p class="toc1" id="p47"><a class="calibre1" href="part0008.html#div14">
<span class="green1"><strong class="calibre2">Breakfast</strong></span></a></p>
<p class="toc2" id="p48"><a class="calibre9" href="part0008.html#p347">
<em class="calibre3">Quinoa Muesli</em> <span class="yellow2">NS</span></a></p>
<p class="parahang" id="p75">Carrot-Ginger Dressing <span class="yellow2">NS</span>
<a class="calibre9" href="part0028.html#fn1" id="nf1">*</a></p>
</body>
CSS:
Code:
.calibre1 {
line-height: 1.2;
text-decoration: none
}
.calibre2 {
font-weight: bold;
line-height: 1.2
}
.calibre3 {
font-style: italic
}
.calibre9 {
text-decoration: none
}
.green1 {
color: #00674E;
font-weight: bold;
line-height: 1.2
}
.parahang {
border-bottom: 0;
border-top: 0;
display: block;
padding-bottom: 0;
padding-top: 0;
text-indent: -1em;
margin: 0.5em 0 0.5em 2em
}
.tablelist {
border-bottom: 0;
border-top: 0;
display: block;
padding-bottom: 0;
padding-top: 0;
margin: 0.5em 0 0.5em 1em
}
.toc1 {
border-bottom: 0;
border-top: 0;
color: #00674E;
display: block;
font-size: 1.41667em;
font-weight: bold;
line-height: 1.2;
padding-bottom: 0;
padding-top: 0;
text-indent: -1em;
margin: 0.5em 0 0.5em 1em
}
.toc2 {
border-bottom: 0;
border-top: 0;
display: block;
font-size: 1em;
padding-bottom: 0;
padding-top: 0;
text-indent: -1.5em;
margin: 0.5em 0 0.5em 3em