Commit 08323738 by David Ormsbee

Merge pull request #281 from MITx/kf-multicourse-design

IE fixes!!!!!!!!!!!!!!!
parents a0aa2ab2 2cb9e299
...@@ -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 {
...@@ -101,7 +100,6 @@ header.global { ...@@ -101,7 +100,6 @@ header.global {
} }
} }
// }
.info { .info {
height: auto; height: auto;
...@@ -128,3 +126,10 @@ header.global { ...@@ -128,3 +126,10 @@ header.global {
} }
} }
#lean_overlay {
background: #000;
}
.modal .inner-wrapper form label {
display: block;
}
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
} }
} }
.faq { .faq, .help {
@include clearfix; @include clearfix;
nav.categories { nav.categories {
......
...@@ -7,12 +7,16 @@ ...@@ -7,12 +7,16 @@
<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'/>
<%block name="headextra"/> <%block name="headextra"/>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<meta name="path_prefix" content="${MITX_ROOT_URL}"> <meta name="path_prefix" content="${MITX_ROOT_URL}">
</head> </head>
...@@ -27,10 +31,6 @@ ...@@ -27,10 +31,6 @@
<%static:js group='application'/> <%static:js group='application'/>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<%block name="js_extra"/> <%block name="js_extra"/>
</body> </body>
</html> </html>
...@@ -9,8 +9,14 @@ ...@@ -9,8 +9,14 @@
<h1>Help</h1> <h1>Help</h1>
<hr class="horizontal-divider"> <hr class="horizontal-divider">
<div class="inner-wrapper"> <section>
<dl>
<dt>This is a faq question?</dt>
<dd>This is the answer for that question</dd>
</dl>
</section>
<section>
<h2>Help email</h2> <h2>Help email</h2>
<ul> <ul>
...@@ -19,6 +25,5 @@ ...@@ -19,6 +25,5 @@
<li><p>Bug reports: <a href="mailto:bugs@edx.org">bugs@edx.org</a></p></li> <li><p>Bug reports: <a href="mailto:bugs@edx.org">bugs@edx.org</a></p></li>
<li><p>Suggestions: <a href="mailto:suggestions@edx.org">suggestions@edx.org</a></p></li> <li><p>Suggestions: <a href="mailto:suggestions@edx.org">suggestions@edx.org</a></p></li>
</ul> </ul>
</section>
</div>
</section> </section>
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