X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/931c5013597eca0dfe465f13f697ef867db22a91..f7e185abe92cf8a4590f32996c86d15b8309db86:/public/stylesheets/ie6hacks.css diff --git a/public/stylesheets/ie6hacks.css b/public/stylesheets/ie6hacks.css index 4446647..eefd731 100644 --- a/public/stylesheets/ie6hacks.css +++ b/public/stylesheets/ie6hacks.css @@ -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;} +