Thread: Kobo Bug thread
View Single Post
Old 11-07-2013, 12:18 PM   #319
Bonex
Connoisseur
Bonex began at the beginning.
 
Posts: 63
Karma: 10
Join Date: Oct 2010
Device: KDXG, Kobo Glo, Kobo Aura HD
Kobo Aura HD
2.10.0


I edited an epub using Sigil and added this CSS to modify all <HR /> elements.

Code:
hr {
    background: url('../Images/sep.jpg') no-repeat center center;
    height: 50px;
    margin: 1.5em 0 1.5em 0;
    border: 0;
}
This causes all <HR /> elements to be displayed as a custom picture instead of a line.
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.
Bonex is offline   Reply With Quote