summaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-08-07 16:16:19 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-08-07 16:16:19 +0000
commite9de6c14150153267c705c894073de18baf57084 (patch)
tree6f4acf6c4479a01310142d088d0be8445e01719f /app/views/layouts
parent962134ab4f861de0a86ed86dcf01a5cffab0940c (diff)
downloadredmine-e9de6c14150153267c705c894073de18baf57084.tar.gz
redmine-e9de6c14150153267c705c894073de18baf57084.zip
Removed csshover for IE6.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10161 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/base.html.erb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb
index 6b06edd73..a2d924bda 100644
--- a/app/views/layouts/base.html.erb
+++ b/app/views/layouts/base.html.erb
@@ -11,12 +11,6 @@
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
<%= javascript_heads %>
<%= heads_for_theme %>
-<!--[if IE 6]>
- <style type="text/css">
- * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
- body {behavior: url(<%= stylesheet_path "csshover.htc" %>);}
- </style>
-<![endif]-->
<%= call_hook :view_layouts_base_html_head %>
<!-- page specific tags -->
<%= yield :header_tags -%>