X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/931c5013597eca0dfe465f13f697ef867db22a91..7899f5190103a81164ea57044519939f7eeb4583:/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;} +