]> source.dussan.org Git - redmine.git/commitdiff
Load csshover.htc for IE6 only as later versions support hover on non-link elements.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Jan 2011 16:36:58 +0000 (16:36 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Jan 2011 16:36:58 +0000 (16:36 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4731 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/base.rhtml

index 9a80f24b52586d6b163d626275ae65c6bafc742e..b59f1e280f2731e0704fc77f03f446a82d0123e3 100644 (file)
@@ -11,7 +11,7 @@
 <%= javascript_include_tag :defaults %>
 <%= heads_for_theme %>
 <%= heads_for_wiki_formatter %>
-<!--[if IE]>
+<!--[if IE 6]>
     <style type="text/css">
       * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
       body {behavior: url(<%= stylesheet_path "csshover.htc" %>);}