From 64b49c1b5806419a887dbe1a59c72073b943ead4 Mon Sep 17 00:00:00 2001 From: John Dong Date: Thu, 30 Aug 2007 13:15:15 -0400 Subject: [PATCH] Omit numbering on ol to suppress IE6 dragdrop list numbering bug --- public/stylesheets/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index acdff30..1d63f4c 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -25,6 +25,9 @@ h3 { margin: 0 0 1em 0 !important; } +ol { + list-style-type: none; +} .special { background-color: #999999; color: white; -- 2.30.2