Use better shade of blue
This commit is contained in:
parent
7d1734d147
commit
225b55da7a
|
@ -4,11 +4,6 @@ div {
|
||||||
background: lightblue;
|
background: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
|
||||||
font-size: x-large;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<p id="hours"></p>
|
<p id="hours"></p>
|
||||||
{% if repo_list %}
|
{% if repo_list %}
|
||||||
{% for repo in repo_list %}
|
{% for repo in repo_list %}
|
||||||
<div class="col-md-4 border rounded float-md-left">
|
<div class="col-md-4 rounded float-md-left">
|
||||||
<h3 class="repo_label">{{ repo.label }}<small class="text-muted"> {{ repo.location }}</small></h3>
|
<h3 class="repo_label">{{ repo.label }}<small class="text-muted"> {{ repo.location }}</small></h3>
|
||||||
<dl class="row">
|
<dl class="row">
|
||||||
<dt class="col-sm-3">Latest backup:</dt>
|
<dt class="col-sm-3">Latest backup:</dt>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user