[tor-commits] r24311: {website} Undo a bit more of the damage done by css/reset.css, this ti (website/trunk/css)

Robert Ransom rransom.8774 at gmail.com
Mon Mar 7 23:26:15 UTC 2011


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; }



More information about the tor-commits mailing list