View Single Post
Old 01-06-2015, 06:57 PM   #4
Ashfall
Junior Member
Ashfall began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Sep 2013
Device: Kobo Aura HD
I noticed something similar in the Hyperion books. Superscripts were smaller font size, but were barely elevated at all. It looked worse the larger the font size. It looked normal in Sigil and Calibre.

I found this in the css and changed it to 0.4em. Now it looks normal at any font size. Or you could just remove this section, and sup will work as the normal default height.

sup
{
vertical-align: 4px;
}

I'm reading on an Aura HD, and I think the high dpi makes any sizing by pixel count too small to be noticed.

Last edited by Ashfall; 01-06-2015 at 07:23 PM.
Ashfall is offline   Reply With Quote