May
23
Line height and superscript
Did you ever have problem with messed line height because you are using sup tag. As you might noticed line height and superscript are not best friends. And this line of css code can make them be:
sup {font-size:80%; line-height:80%}

