View Single Post
Old 10-09-2014, 09:58 AM   #201
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
This stylesheet contains 3 occurrences of !important. You could try surgically removing them. I've had enough trouble with this in the past that I now always remove them before sending to a Kobo. If the css is well-designed it should never be needed anyway (IMO ). I've had numerous occurrences of an epub displaying on a Kobo as if none of the css was being used, i.e. everything left-aligned, no paragraph indents, 'blank line' between every paragraph. When I've opened up the epub to investigate it has always contained at least one !important. Removing them has always fixed my problem.

BTW, in addition, there doesn't seem to be a space before !important which I would have thought is an error, e.g.
Code:
div.abbildung.with_thumbnail p.link_toFullsize {
text-align:left;
text-indent:0!important;
}

Last edited by jackie_w; 10-09-2014 at 10:03 AM.
jackie_w is offline   Reply With Quote