Move the shiv back to the header
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.faq {
|
||||
.faq, .help {
|
||||
@include clearfix;
|
||||
|
||||
nav.categories {
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
<%static:js group='main_vendor'/>
|
||||
<%block name="headextra"/>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="${static.url('js/html5shiv.js')}"></script>
|
||||
<![endif]-->
|
||||
|
||||
<meta name="path_prefix" content="${MITX_ROOT_URL}">
|
||||
</head>
|
||||
|
||||
@@ -27,10 +31,6 @@
|
||||
|
||||
<%static:js group='application'/>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="${static.url('js/html5shiv.js')}"></script>
|
||||
<![endif]-->
|
||||
|
||||
<%block name="js_extra"/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -9,8 +9,14 @@
|
||||
<h1>Help</h1>
|
||||
<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>
|
||||
|
||||
<ul>
|
||||
@@ -19,6 +25,5 @@
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user