Add class tags to header columns, similar to table columns
wilbert-vb opened this issue · 1 comments
wilbert-vb commented
I like to align the size and date columns to the right, while the link column aligns to the left.
This is easily to accomplish with .link{align-text:left}, .size{align-text:right} and .date{align-text:right} directives.
However, I can't accomplish that with the individual header columns?
<tr>
<td class="link"><a href="../">Parent directory/</a></td>
<td class="size">-</td>
<td class="date">-</td>
</tr>
<th style="width: 55%">
<a href="?C=N&O=A">File Name</a> <a href="?C=N&O=D"
> ↓ </a
>
</th>
<th style="width: 20%">
<a href="?C=S&O=A">File Size</a> <a href="?C=S&O=D"
> ↓ </a
>
</th>
<th style="width: 25%">
<a href="?C=M&O=A">Date</a> <a href="?C=M&O=D"
> ↓ </a
>
</th>
ryandesign commented
See #142 where I've discussed this issue.