Skip to content
Snippets Groups Projects
Commit 95212eeb authored by khawkins98's avatar khawkins98
Browse files

Don't theme off IDs #49

parent d30b5413
No related branches found
No related tags found
No related merge requests found
......@@ -212,11 +212,11 @@
<div id="global-footer" class="global-footer">
<nav id="global-nav-expanded" class="row">
<nav id="global-nav-expanded" class="global-nav-expanded row">
<!-- Footer will be automatically inserted by footer.js -->
</nav>
<section id="ebi-footer-meta" class="row">
<section id="ebi-footer-meta" class="ebi-footer-meta row">
<!-- Footer meta will be automatically inserted by footer.js -->
</section>
......
......@@ -174,10 +174,10 @@ function injectEBIFramework() {
var EBIFooter = '<div id="global-footer" class="global-footer">' +
'<nav id="global-nav-expanded" class="row">' +
'<nav id="global-nav-expanded" class="global-nav-expanded row">' +
'<!-- Footer will be automatically inserted by footer.js -->' +
'</nav>' +
'<section id="ebi-footer-meta" class="row">' +
'<section id="ebi-footer-meta" class="ebi-footer-meta row">' +
'<!-- Footer meta will be automatically inserted by footer.js -->' +
'</section>' +
'</div>';
......
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