improve how index table looks

This commit is contained in:
Brian Picciano 2022-08-18 20:52:09 -06:00
parent 062e5bbd10
commit f7b4fd644b
2 changed files with 10 additions and 8 deletions

View File

@ -59,16 +59,13 @@ hr {
opacity: 25%;
}
table {
font-size: 0.8rem;
}
table td {
border: 0;
}
table tr {
border-bottom: 1px dashed var(--nc-tx-1);
}
table tr:nth-child(1) {
border-top: 1px dashed var(--nc-tx-1);
margin: 0;
}
table td form,

View File

@ -12,6 +12,11 @@
{{ end }}
<table>
<colgroup>
<col span="1" style="width: 5rem;">
</colgroup>
{{ range .Payload.Posts }}
<tr>
<td>{{ DateTimeFormat .PublishedAt }}</td>