View Single Post
Old 05-28-2019, 03:28 PM   #3
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,682
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by theducks View Post
I suspect the CSS Styles for that file (I am avoiding using the word PAGE) are messed up (maybe a negative margin?).
Bingo.

Quote:
Originally Posted by theducks View Post
Did you GENERATE that HTML TOC with Sigil?
I don't think so because of the line (type) numbering.
Unless it's a nav document in an epub3. And even then, the default behavior of the stock nav css in Sigil is to suppress the numbering of lists in the nav document. Which is exactly what I'd do here with something like:

Code:
ol {
    list-style-type: none;
}
Seems kind of silly to have "11. Chapter Eleven" to me anyway.

Last edited by DiapDealer; 05-28-2019 at 03:40 PM.
DiapDealer is offline   Reply With Quote