Skip to content

Commit

Permalink
Test (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Nov 9, 2023
1 parent 896ccf9 commit 1dad528
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/devices/devices_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,15 @@
background-image: url('https://cdn.datatables.net/1.10.25/images/sort_desc.png');
}

#devices td:last-child,
/* #devices td:last-child,
#devices th:last-child {
text-align: center;
} */
#devices td:nth-last-child(2),
#devices th:nth-last-child(2) {
text-align: center;
}

</style>

<head>
Expand Down

0 comments on commit 1dad528

Please sign in to comment.