Add link woraround for the logout button
authorJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 17:33:53 +0000 (13:33 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 17:33:53 +0000 (13:33 -0400)
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?