Fix footer inline styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user