Skip to content

Commit

Permalink
Merge pull request foundation#360 from stenlyk/patch-2
Browse files Browse the repository at this point in the history
sub and sup vertical-align correction
  • Loading branch information
Jonathan Smiley committed Mar 1, 2012
2 parents f790e50 + c3a86b5 commit 2ef3a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheets/globals.css
Expand Up @@ -68,7 +68,8 @@
border-spacing: 0;
}


sub {vertical-align: sub;}
sup {vertical-align: super;}

body { background: #fff; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }

Expand Down

0 comments on commit 2ef3a44

Please sign in to comment.