Align views column to the right

This commit is contained in:
gg1234 2024-04-23 07:55:36 -07:00
parent d29801585a
commit 2eccd4a454
2 changed files with 4 additions and 1 deletions

View File

@ -52,6 +52,9 @@
tbody tr.m3:hover {
background-color: #F9CA9F;
}
.container .views {
text-align: right;
}
.container tfoot td {
font-weight: bold;
}

View File

@ -5,7 +5,7 @@
<th>title</th>
<th>caster</th>
<th>links</th>
<th>views</th>
<th class="views">views</th>
<th>time</th>
</tr>
</thead>