Skip to content

Commit

Permalink
CSS fix for footnotes.
Browse files Browse the repository at this point in the history
Previously, footnotes would create uneven line height.
Thanks to gwern.
  • Loading branch information
jgm committed Apr 5, 2011
1 parent 8ff9ff2 commit 8e5bedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/static/css/screen.css
Expand Up @@ -44,6 +44,7 @@ th { font-weight: bold; }
caption { margin-bottom: .5em; text-align: center; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
sub, sup { line-height: 0.3em; }
p, fieldset, table, pre { margin-bottom: 1em; }
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] { padding: 1px; }

Expand Down

0 comments on commit 8e5bedf

Please sign in to comment.