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([[
|
html.print([[
|
||||||
<script src="/js/sorttable-min.js"></script>
|
<script src="/js/sorttable-min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
|
table {
|
||||||
|
border-collapse:collapse;
|
||||||
|
}
|
||||||
table.sortable thead {
|
table.sortable thead {
|
||||||
background-color:#eee;
|
background-color:#eee;
|
||||||
color:#666666;
|
color:#666666;
|
||||||
|
|
Loading…
Reference in New Issue