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

Robert Ransom commited on 2011-03-08 00:26:15
Zeige 1 geänderte Dateien mit 7 Einfügungen und 0 Löschungen.


This won't fix the font size, but I can't test a change to two properties
at once with Firebug.
... ...
@@ -95,6 +95,13 @@ pre, code, tt {
95 95
     font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace;
96 96
 }
97 97
 
98
+sup {
99
+    vertical-align: top;
100
+}
101
+sub {
102
+    vertical-align: bottom;
103
+}
104
+
98 105
 /* NAVIGATION ------------*/
99 106
 
100 107
 #nav ul { font-size: 1.167em; }
101 108