Skip to content

Commit

Permalink
Set vertical-align:baseline for sub and sup
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed May 5, 2011
1 parent 341f0af commit cce41fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: middle;
vertical-align: baseline;
}

sup {
top: -0.5em;
}

sub {
bottom: -0.5em;
bottom: -0.25em;
}

/*
Expand Down

0 comments on commit cce41fe

Please sign in to comment.