diff --git a/page.html b/page.html index b1cd8161391846159c6e4a3cda26173fe933f023..fcc3f81a489730a5ebc32d952a447f82e8ab50c9 100644 --- a/page.html +++ b/page.html @@ -1,19 +1,7 @@ {% extends "templates/page.html" %} -{% block stylesheet %} -{{ super() }} -<style> -#footer-page { - text-align: center; - position: absolute; - bottom: 0; - padding: 3px; - } -</style> -{% endblock %} - {% block footer %} -<div class="container text-center" id="footer-page"> +<div class="container text-center"> <hr> <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p> </div>