Fix width of index table
This commit is contained in:
parent
d957041113
commit
0ad27f430d
@ -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;
|
|
||||||
}
|
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user