improve how index table looks

main
Brian Picciano 2 years ago
parent 062e5bbd10
commit f7b4fd644b
  1. 13
      srv/src/http/static/mediocre.css
  2. 5
      srv/src/http/tpl/index.html

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

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

Loading…
Cancel
Save