Fix footer inline styling

This commit is contained in:
David Moreau-Simard
2016-05-13 16:28:17 -04:00
parent 72e8a097e3
commit 1a720d4333
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
.footer {
padding-top: 15px;
margin-top: 25px;
border-top: 1px dashed black;
}
/* Status background colors */
.failed {
background-color: #a30000;
}
@@ -14,6 +21,7 @@
background-color: #a30000;
}
/* Breadcrumb styling */
ol.breadcrumb {
font-size: 125%;
margin-bottom: 10px;
@@ -23,4 +31,4 @@ ol.breadcrumb {
.breadcrumb > li + li:before {
content: "> ";
padding: 0 2px;
}
}

View File

@@ -14,7 +14,7 @@
<title>{% block title %}ARA - Ansible Run Analysis{% endblock %}</title>
</head>
<body>
<div class="container" style="border-bottom:1px dashed black;">
<div class="container">
<div class="header">
{% block header %}
{% include "navbar.html" %}