From d0ade5bb8d7e39b288fe06843823b0c3b8fdbf40 Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 21 Oct 2004 20:44:53 +0000 Subject: [PATCH] Same for numbered lists. --- html/_css/standard.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/html/_css/standard.css b/html/_css/standard.css index dcc2d8f..f58adc3 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -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 sections slightly larger in Gecko browsers. */ code { -- 1.8.3.1