Return to Snippet

Revision: 35142
at November 3, 2010 05:50 by fauverism


Initial Code
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

Initial URL
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&postId=5341&productId=1

Initial Description


Initial Title
Consistent line spacing with  and

Initial Tags


Initial Language
HTML