Undo a bit more of the damage done by css/reset.css, this time to sup/sub

This won't fix the font size, but I can't test a change to two properties
at once with Firebug.
This commit is contained in:
Robert Ransom 2011-03-07 23:26:15 +00:00
parent 81105126d1
commit bcc258858e

View File

@ -95,6 +95,13 @@ pre, code, tt {
font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace;
}
sup {
vertical-align: top;
}
sub {
vertical-align: bottom;
}
/* NAVIGATION ------------*/
#nav ul { font-size: 1.167em; }