Add link woraround for the logout button
[selectricity] / public / stylesheets / ie6hacks.css
index 4446647c728547f646c426af063f6a96cbac8058..9aa34222567a6439aa63cd47302e2cb16bf36616 100644 (file)
@@ -27,3 +27,7 @@ div#bar-right {
 ol {
   list-style-type: none;
 }
+
+/* Required for IE6 to make the logout links clickable */
+*a{position:relative;}
+

Benjamin Mako Hill || Want to submit a patch?