mirror of https://github.com/aredn/aredn.git
give cleaner lines to the scan table (#543)
This commit is contained in:
parent
644ec1d595
commit
80a6da9276
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue