diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -124,14 +124,14 @@ body { max-width: 30em; } -.header { +header.navigation_panel { border-bottom: solid 2px #ccc; margin-bottom: 5px; border-top: none; margin-top: 0; } -.footer { +footer.navigation_panel { border-top: solid 2px #ccc; margin-top: 5px; border-bottom: none; diff --git a/boards/templates/boards/base.html b/boards/templates/boards/base.html --- a/boards/templates/boards/base.html +++ b/boards/templates/boards/base.html @@ -28,7 +28,7 @@ data-update-script="{% static 'js/updates.js' %}"> - +
{% trans "Loading..." %}
@@ -75,7 +75,7 @@ - +