Skip to content

Commit

Permalink
Merge pull request barryclark#13 from NaleagDeco/fix-superscript
Browse files Browse the repository at this point in the history
Superscript tag should make text superscript
  • Loading branch information
matt swanson committed Oct 19, 2014
2 parents 2071f3a + 327417f commit ace3ceb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,8 @@ i.fa-hn {
font-size: smaller;
padding-bottom: 10px
}

sup {
vertical-align: super;
font-size: smaller;
}

0 comments on commit ace3ceb

Please sign in to comment.