Commit 0f4976e0 by Kyle Fiedler

Added some small IE fixes

parent 0d80a938
...@@ -16,7 +16,6 @@ header.global { ...@@ -16,7 +16,6 @@ header.global {
.home > header .title { .home > header .title {
&:hover { &:hover {
height: 120px;
> hgroup { > hgroup {
h1 { h1 {
...@@ -128,3 +127,10 @@ header.global { ...@@ -128,3 +127,10 @@ header.global {
} }
} }
#lean_overlay {
background: #000;
}
.modal .inner-wrapper form label {
display: block;
}
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<link rel="icon" type="image/x-icon" href="${static.url('images/favicon.ico')}" /> <link rel="icon" type="image/x-icon" href="${static.url('images/favicon.ico')}" />
<%static:css group='application'/> <%static:css group='application'/>
<!--[if lt IE 9]> <!--[if lte IE 9]>
<%static:css group='ie-fixes'/> <%static:css group='ie-fixes'/>
<![endif]--> <![endif]-->
<%static:js group='main_vendor'/> <%static:js group='main_vendor'/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment