Change ol to li.moveable for IE6 quirk; no need to remove all ordered lists
[selectricity] / public / stylesheets / ie6hacks.css
index 9aa34222567a6439aa63cd47302e2cb16bf36616..eefd731df2a640dabc557b350eb0e4358f711fc5 100644 (file)
@@ -24,7 +24,7 @@ div#bar-right {
   clear: right;
 }
 
-ol {
+li.moveable {
   list-style-type: none;
 }
 

Benjamin Mako Hill || Want to submit a patch?