give cleaner lines to the scan table (#543)

This commit is contained in:
Steve 2022-11-01 07:49:47 -07:00 committed by GitHub
parent 644ec1d595
commit 80a6da9276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ end
html.print([[
<script src="/js/sorttable-min.js"></script>
<style>
table {
border-collapse:collapse;
}
table.sortable thead {
background-color:#eee;
color:#666666;