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.