Author: rransom Date: 2011-03-07 23:26:15 +0000 (Mon, 07 Mar 2011) New Revision: 24311
Modified: website/trunk/css/typography.css Log: 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.
Modified: website/trunk/css/typography.css =================================================================== --- website/trunk/css/typography.css 2011-03-07 23:10:28 UTC (rev 24310) +++ website/trunk/css/typography.css 2011-03-07 23:26:15 UTC (rev 24311) @@ -95,6 +95,13 @@ 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; }