diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -387,13 +387,6 @@ div.header img { z-index: 10000; } -.ie7 #header #header-inner.hover, -.ie8 #header #header-inner.hover, -.ie9 #header #header-inner.hover -{ - z-index: auto !important; -} - .header-pos-fix, .anchor { margin-top: -46px; padding-top: 46px; diff --git a/kallithea/templates/base/root.html b/kallithea/templates/base/root.html --- a/kallithea/templates/base/root.html +++ b/kallithea/templates/base/root.html @@ -107,17 +107,6 @@ <%block name="head_extra"/>
- ## IE hacks - - - -