Improved <sup> <sub> alignment

This commit is contained in:
Jonathan 2011-05-05 12:05:28 -07:00
parent 10009af09e
commit 341f0af212

7
normalize.css vendored
View File

@ -211,16 +211,15 @@ sup {
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative; position: relative;
vertical-align: middle;
} }
sup { sup {
top: 0.75em; top: -0.5em;
vertical-align: top;
} }
sub { sub {
bottom: 0.75em; bottom: -0.5em;
vertical-align: bottom;
} }
/* /*