Return to Snippet

Revision: 35647
at November 11, 2010 08:59 by typomatic


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
Keep consistent line spacing with sup and sub

Initial Tags


Initial Language
CSS