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%;
line-height: 0;
position: relative;
vertical-align: middle;
}
sup {
top: 0.75em;
vertical-align: top;
top: -0.5em;
}
sub {
bottom: 0.75em;
vertical-align: bottom;
bottom: -0.5em;
}
/*