Quote:
Originally Posted by DNSB
This is probably not your issue but how have you been editing kepub-book.css? I found that I needed to use a text editor (Notepad++) that left the end of line as a simple LF character.
|
Nope, it doesn't matter.
As a test I've redone my kepub-book.css with this setting:
Code:
* {
widows: 2;
orphans: 2;
text-decoration: line-through;
}
And it perfectly works... on the crossing out part of the style. Every book I open is completely decorated...
Hey, in Terry Pratchet's "The Carpet People", I have even found a page starting with a widow line and ending with an orphan one.
Now seriously, have any of you made widows and orphans work as expected?