Quote:
Originally Posted by DNSB
Are you certain that you are killing it everywhere? I have one epub where the original CSS specified a padding at the end of each block in the body style, in each paragraph style and in a div style that was applied to every <expletive deleted> paragraph. The lovely part was that the padding was not consistent.
|
Find isn't finding "padding". To have an extra line on the page, wouldn't I need negative padding or negative bottom margins? Or would this do it:
Code:
<a class="Footnote-Reference" epub:type="noteref" href="05_Chapter_One.xhtml#footnote-002" id="footnote-002-backlink" role="doc-noteref" title="footnote">[*1]</a>
Code:
.Footnote-Reference {
vertical-align: 0.25em;
line-height: 0;
font-size: 0.8em;
}
EDIT: Regarding pop-up footnote previews: Here's what's at an actual footnote:
Code:
<div class="footnote" epub:type="footnote" id="footnote-003" role="doc-footnote">
<p class="xFootnote"><a href="06_Chapter_Two.xhtml#footnote-003-backlink" role="doc-backlink" title="footnote reference">*2
Or is it because most files are about 50KB and that's too big for pop-up footnotes?