diff --git a/index.html b/index.html index 2a737aa504d039767678ef1b38ace39716d944fd..6a6caef95939797779042e2aca5b094060557d53 100755 --- a/index.html +++ b/index.html @@ -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> diff --git a/js/injectEBIFramework.js b/js/injectEBIFramework.js index e6a92c5dcccbcb84f8c30469c08ad63fa13c7aba..44f4f11b47f7d52e2899cb41e2f4423bb92d73d2 100644 --- a/js/injectEBIFramework.js +++ b/js/injectEBIFramework.js @@ -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>';