Changeset - 15dafc2236cb
[Not reviewed]
default
0 2 0
Mads Kiilerich - 11 years ago 2015-05-17 21:37:46
madski@unity3d.com
css: drop IE hacks
2 files changed with 0 insertions and 18 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -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;
kallithea/templates/base/root.html
Show inline comments
 
@@ -107,17 +107,6 @@
 
        <%block name="head_extra"/>
 
    </head>
 
    <body id="body">
 
      ## IE hacks
 
      <!--[if IE 7]>
 
      <script>$(document.body).addClass('ie7')</script>
 
      <![endif]-->
 
      <!--[if IE 8]>
 
      <script>$(document.body).addClass('ie8')</script>
 
      <![endif]-->
 
      <!--[if IE 9]>
 
      <script>$(document.body).addClass('ie9')</script>
 
      <![endif]-->
 

	
 
      <div id="header">
 
        <div id="header-inner" class="title">
 
          <div id="logo">
0 comments (0 inline, 0 general)