View Single Post
Old 07-18-2014, 07:56 AM   #197
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
Quote:
Originally Posted by bartveld View Post
Been following this widows/orphans discussion. Whenever I convert an epub I always put in this

p, body{
widows: 0;
orphans: 0;
}

at the tab Extra CSS in the Look and Feel section. Somebody advised this somewhere sometime. So should I change the 0's to 1's?
Don't know. The value of "0" worked and was een excepted value in CSS2.x but not anymore.
I suppose all books that are defined with a value "0" for these properties will be ignored and fall-back to the default value of 2.

If you use these properties in your own books then I would change these values to 1 for all future books that need customization and leave the old books untouched and/or only make changes on a individual basis.
Anak is offline   Reply With Quote