Prevent Superscripts and Subscripts from Affecting Line-Height

Chris Coyier on
sup, sub { vertical-align: baseline; position: relative; top: -0.4em; } sub { top: 0.4em; }