Thread: Kobo Bug thread
View Single Post
Old 11-07-2013, 12:22 PM   #320
Rev. Bob
Wizard
Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.
 
Rev. Bob's Avatar
 
Posts: 1,760
Karma: 9918418
Join Date: Feb 2013
Location: Here on the perimeter, there are no stars
Device: Kobo H2O, iPad mini 3, Kindle Touch
Quote:
Originally Posted by Bonex View Post
This works correctly in Sigil, in Adobe Digital Editions and with a Kobo Glo with firmware 2.8.1a.

With my new Aura HD and 2.10.0 the HR is displayed empty.
Have you tried specifying a width value yet? I mean, if you have the image and don't want it to repeat, my first instinct would be to use this instead (assuming a width of 100px):

Code:
hr {
    background: url('../Images/sep.jpg') no-repeat;
    height: 50px;
    width: 100px;
    margin: 1.5em auto;
    border: 0;
}
It may just be a matter of the Kobo rendering engine assigning a zero width because the HR element has no actual content.
Rev. Bob is offline   Reply With Quote