Same for numbered lists.
authorrich <rich>
Thu, 21 Oct 2004 20:44:53 +0000 (20:44 +0000)
committerrich <rich>
Thu, 21 Oct 2004 20:44:53 +0000 (20:44 +0000)
html/_css/standard.css

index dcc2d8f..f58adc3 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.19 2004/10/21 20:39:48 rich Exp $
+ * $Id: standard.css,v 1.20 2004/10/21 20:44:53 rich Exp $
  */
 
 /* Based on the basic stylesheet. */
@@ -69,11 +69,20 @@ div#content_div ul {
   padding-left: 0px;
 }
 
+div#content_div ol {
+  margin-left: 0px;
+  padding-left: 0px;
+}
+
 /* ... except on IE, piece of crap. */
 * html div#content_div ul {
   margin-left: 1em;
   padding-left: 1em;
 }
+* html div#content_div ol {
+  margin-left: 1em;
+  padding-left: 1em;
+}
 
 /* Make <code> sections slightly larger in Gecko browsers. */
 code {