Omit numbering on ol to suppress IE6 dragdrop list numbering bug
authorJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 17:15:15 +0000 (13:15 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 17:15:15 +0000 (13:15 -0400)
public/stylesheets/main.css

index acdff30b59a552c68e5708f4536dc9ea246e937a..1d63f4c05241684ed46060d136832e0de5338ccd 100644 (file)
@@ -25,6 +25,9 @@ h3 {
        margin: 0 0 1em 0 !important;
 }
 
+ol {
+  list-style-type: none;
+}
 .special {
        background-color: #999999;
        color: white;

Benjamin Mako Hill || Want to submit a patch?