Return to Snippet

Revision: 41190
at February 14, 2011 03:31 by alp


Initial Code
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }

Initial URL

                                

Initial Description

                                

Initial Title
Stop Superscripts from Breaking Line-Heights Once and for All

Initial Tags

                                

Initial Language
CSS