Fix width of index table

This commit is contained in:
Brian Picciano 2022-11-07 22:34:42 +01:00
parent d957041113
commit 0ad27f430d
2 changed files with 8 additions and 5 deletions

View File

@ -63,6 +63,11 @@ table {
font-size: 0.8rem; font-size: 0.8rem;
} }
/* Undo the coloring that new.css does */
table tr:nth-child(even) {
background-color: initial;
}
table td { table td {
border: 0; border: 0;
margin: 0; margin: 0;
@ -73,7 +78,3 @@ table td input {
margin: 0; margin: 0;
width: 100%; width: 100%;
} }
table tr:nth-child(even) {
background-color: initial;
}

View File

@ -14,7 +14,9 @@
<table> <table>
<colgroup> <colgroup>
<col span="1" style="width: 5rem;"> <col span="1" style="width: 6rem;">
<col span="1">
<col span="1" style="width: 50%;">
</colgroup> </colgroup>
{{ range .Payload.Posts }} {{ range .Payload.Posts }}