View Single Post
Old 11-07-2016, 01:29 PM   #1
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,792
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
page-break bug needs fixing in 2.x and 3.x

Both Marvin 2.x and Marvin 3.x running under iOS 10.1.1 have a serious bug. Both ignore page-break. The CSS shown below works except for the page-break. The page-break is ignored. This should be fixed ASAP.

Code:
.chapterOpenerText {
page-break-before: always; <--- GETS IGNORE in 2.x and 3.x
padding-top: 1em;
text-indent: 0;
}
JSWolf is offline   Reply With Quote