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 @@ -101,6 +101,20 @@ body { visibility: hidden; } +.header { + border-bottom: solid 1px #888; + margin-bottom: 5px; + border-top: none; + margin-top: 0; +} + +.footer { + border-top: solid 1px #888; + margin-top: 5px; + border-bottom: none; + margin-bottom: 0; +} + p, .br { margin-top: .5em; margin-bottom: .5em; @@ -341,10 +355,6 @@ li { display: none; } -.footer { - margin: 5px; -} - .bar-value { background: rgba(50, 55, 164, 0.45); font-size: 0.9em; 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 @@ -25,7 +25,7 @@ -