Added some small IE fixes

This commit is contained in:
Kyle Fiedler
2012-07-23 16:53:39 -04:00
parent 0d80a938ad
commit 0f4976e069
2 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ header.global {
.home > header .title {
&:hover {
height: 120px;
> hgroup {
h1 {
@@ -128,3 +127,10 @@ header.global {
}
}
#lean_overlay {
background: #000;
}
.modal .inner-wrapper form label {
display: block;
}

View File

@@ -7,7 +7,7 @@
<link rel="icon" type="image/x-icon" href="${static.url('images/favicon.ico')}" />
<%static:css group='application'/>
<!--[if lt IE 9]>
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
<![endif]-->
<%static:js group='main_vendor'/>