mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Tweak table styling
This commit is contained in:
parent
bc0d8b09c3
commit
bd98011443
2 changed files with 5 additions and 4 deletions
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue