css fix
This commit is contained in:
parent
dcdead591d
commit
e658e01911
1 changed files with 5 additions and 1 deletions
|
@ -38,6 +38,10 @@
|
||||||
border-color: green;
|
border-color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.log {
|
||||||
|
padding: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
.log-out {
|
.log-out {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
@ -96,7 +100,7 @@
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h2>Log</h2>
|
<h2>Log</h2>
|
||||||
<table>
|
<table class="log">
|
||||||
{% for entry in log %}
|
{% for entry in log %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{entry.ts.strftime("%c")}}</td>
|
<td>{{entry.ts.strftime("%c")}}</td>
|
||||||
|
|
Loading…
Reference in a new issue