merge everything back from mainline branch
[selectricity-live] / public / stylesheets / ie6hacks.css
index 4446647c728547f646c426af063f6a96cbac8058..eefd731df2a640dabc557b350eb0e4358f711fc5 100644 (file)
@@ -24,6 +24,10 @@ div#bar-right {
   clear: right;
 }
 
-ol {
+li.moveable {
   list-style-type: none;
 }
+
+/* Required for IE6 to make the logout links clickable */
+*a{position:relative;}
+

Benjamin Mako Hill || Want to submit a patch?