# HG changeset patch # User Mads Kiilerich # Date 2015-05-17 21:37:46 # Node ID 15dafc2236cbb5dded522ae10009720601cfc016 # Parent b8d716694dc876e23eb40f86d761328d2ce619d4 css: drop IE hacks 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 - - - -