View Single Post
Old 04-14-2015, 01:13 PM   #3
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
François,

If I understand correctly your problem, why not simply use a regex search when editing your epub?

Of course, you have to do it for each epub, but it's just a matter of saving the regex.

By the way if you are using "vertical-align:top" for, let's say Mme or 1er, the following code is working adequatly, at least with my Kobo Touch :

Code:
sup {
    font-size: .55em;
    vertical-align: .60em;
    line-height: 0.5em;
}
Of course, this code can be changed as needed.
Arios is offline   Reply With Quote