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;
|
||||
}
|
||||
|
||||
.log {
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
.log-out {
|
||||
color: red;
|
||||
}
|
||||
|
@ -96,7 +100,7 @@
|
|||
</ol>
|
||||
|
||||
<h2>Log</h2>
|
||||
<table>
|
||||
<table class="log">
|
||||
{% for entry in log %}
|
||||
<tr>
|
||||
<td>{{entry.ts.strftime("%c")}}</td>
|
||||
|
|
Loading…
Reference in a new issue