View Single Post
Old 09-27-2012, 04:09 AM   #4
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,515
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
You could explicitly make superscript and subscript font sizes equal to the base size, or just apply super and sub alignment without changing font size

Code:
sub, sup { font-size: 100% }
or

Code:
span.moveup { vertical-align: sup }
span.movedown { vertical-align: sub }
(I'd prefer the second, because the texts are not really superscripts and subscripts.)
It could work, but you don't have control on the exact vertical spacing.
Jellby is offline   Reply With Quote