View Single Post
Old 09-18-2013, 07:47 PM   #138
Ripplinger
350 Hoarder
Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.
 
Ripplinger's Avatar
 
Posts: 3,574
Karma: 8281267
Join Date: Dec 2010
Location: Midwest USA
Device: Sony PRS-350, Kobo Glo & Glo HD, PW2
Quote:
Originally Posted by PeterT View Post
Poop. The preview shows so little as to be useless

Except... in the Kobo Desktop I see the same issue on the "In Gratitude" page.

The first paragraph is in a small font, and the second one

I'm not overly sure why this is happening though. The 1st paragraph is marked up with <p class="p1"> and the second with just <p>, however the definitions of the two CSS's is identical apart from a text indent setting.
Code:
    p { display: block;
 font-size: small;
 margin-top: 0em;
 margin-bottom: 0em;
 margin-left: 0em;
 margin-right: 0em;
 text-indent: 20pt;
 }
    .p1 { display: block;
 font-size: small;
 margin-top: 0em;
 margin-bottom: 0em;
 margin-left: 0em;
 margin-right: 0em;
 text-indent: 0em;
 }
Opening the material in Sigil or ADE all displays correctly. (This is all from just working with the Preview from the website).

I am going to pass this on to Kobo...
I just decided that it was a case of the software handling p and .p classes differently since like your examples, the code was identical for each. The same book did the same thing on my Sony readers if that's any help to you.
Ripplinger is offline   Reply With Quote