Set vertical-align:baseline for sub and sup

This commit is contained in:
necolas 2011-05-05 20:32:39 +01:00
parent 341f0af212
commit cce41fedd3

4
normalize.css vendored
View File

@ -211,7 +211,7 @@ sup {
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative; position: relative;
vertical-align: middle; vertical-align: baseline;
} }
sup { sup {
@ -219,7 +219,7 @@ sup {
} }
sub { sub {
bottom: -0.5em; bottom: -0.25em;
} }
/* /*