Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Reduce <sup> font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
rafbm committed May 24, 2012
1 parent 243406f commit 723b5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.styl
Expand Up @@ -10,7 +10,7 @@ a { text-decoration: none }
ul { padding: 0 }
h1, h2, h3, h4 { text-rendering: optimizeLegibility }
// CSS for <sub> and <sup> https://gist.github.com/413930
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub, sup { font-size: 70%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
address { font-style: normal }
Expand Down

0 comments on commit 723b5c1

Please sign in to comment.