View Single Post
Old 10-06-2013, 01:04 PM   #19
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,080
Karma: 8796704
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by theducks View Post
Is the a <p>nbsp</p> line?
the text ending in a <br /> line?
Or just a margin-top or margin-bottom type line?
The are no <p>nbsp</p> lines , and all the text ending i a <br /> displays correctly.

Wheb I edit the css from:
Code:
{
    display: block;
    text-indent: 2em;
    margin: 0
}
to:
Code:
    {
    display: block;
    text-indent: 2em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}
the text displays on the nook correct.

Will do more tests later, no time right now.

bernie

When you use publisher defaults displays correct, only when you turn off the publisher defaults that it is not liking the short form. This is a bug in the B&N css overlay. Anybody know where/how to report a bug to B&N? Of course with their track record it will never be fixed.

Last edited by gbm; 10-06-2013 at 01:19 PM.
gbm is offline   Reply With Quote