Tweak table styling

This commit is contained in:
Nico Burns 2022-04-18 16:57:41 +01:00
parent bc0d8b09c3
commit bd98011443
2 changed files with 5 additions and 4 deletions

View file

@ -117,8 +117,9 @@ table th {
}
table td {
padding: 6px 12px;
padding: 6px 6px;
border: 1px solid #CCC;
font-size: 14px;
}
table tbody:nth-of-type(odd) {

View file

@ -33,8 +33,8 @@
<table class="full-width">
<thead>
<tr>
<th width="200">Use Case</th>
<th>Recommendation</th>
<th width="250">Use Case</th>
<th width="100">Recommendation</th>
<!-- <th>Latest Version</th> -->
<!-- <th>Last Updated</th> -->
<th>Notes</th>
@ -48,7 +48,7 @@
<td><a href="https://docs.rs/{{ crate.name }}">{{ crate.name }}</a></td>
<!-- <td>0.8.5</td> -->
<!-- <td>5 days ago</td> -->
<td>{{ crate.notes }}</td>
<td class="crate-notes">{{ crate.notes }}</td>
</tr>
{% endfor %}
</tbody>