why do our ordered lists use lower-alpha rather than numbers?
Andrew Lewman

Andrew Lewman commited on 2011-01-12 21:55:12
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -80,7 +80,7 @@ blockquote {
80 80
 ol, ul {
81 81
 	padding-left: 40px;
82 82
 }
83
-ol { list-style: outside lower-alpha; }
83
+#ol { list-style: outside lower-alpha; }
84 84
 ul { list-style: outside square; }
85 85
 
86 86
 .small { font-size: 0.833em; }
87 87