[or-cvs] r24069: {website} why do our ordered lists use lower-alpha rather than numbers (website/trunk/css)

Andrew Lewman andrew at torproject.org
Wed Jan 12 20:55:13 UTC 2011


Author: phobos
Date: 2011-01-12 20:55:12 +0000 (Wed, 12 Jan 2011)
New Revision: 24069

Modified:
   website/trunk/css/typography.css
Log:
why do our ordered lists use lower-alpha rather than numbers?


Modified: website/trunk/css/typography.css
===================================================================
--- website/trunk/css/typography.css	2011-01-12 20:50:19 UTC (rev 24068)
+++ website/trunk/css/typography.css	2011-01-12 20:55:12 UTC (rev 24069)
@@ -80,7 +80,7 @@
 ol, ul {
 	padding-left: 40px;
 }
-ol { list-style: outside lower-alpha; }
+#ol { list-style: outside lower-alpha; }
 ul { list-style: outside square; }
 
 .small { font-size: 0.833em; }



More information about the tor-commits mailing list