# HG changeset patch # User neko259 # Date 2016-10-13 15:21:02 # Node ID 137d25dc35bee3d46017d3e1f6990a45a786b37f # Parent 0285c92acf852ce63c8b66f912ed07f535afe561 Make header and footer divs actually
and
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 @@ - +