diff --git a/htdocs/site/css/daca2.css b/htdocs/site/css/daca2.css new file mode 100644 index 000000000..506113d32 --- /dev/null +++ b/htdocs/site/css/daca2.css @@ -0,0 +1,24 @@ +table { + text-align: center; +} + +td { + font-size: 0.9em; + padding: 0.2em; +} + +td + td { + padding-left: 6em; +} + +th { + cursor: pointer; +} + +th + th { + padding-left: 5em; +} + +table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { + content: " \25B4\25BE"; +} diff --git a/tools/daca2-report.py b/tools/daca2-report.py index a90975121..fac3b2bff 100644 --- a/tools/daca2-report.py +++ b/tools/daca2-report.py @@ -41,7 +41,7 @@ mainpage.write('\n') mainpage.write('\n') mainpage.write('\n') mainpage.write('DACA2\n') -mainpage.write('\n') +mainpage.write('') mainpage.write('\n') mainpage.write('\n') mainpage.write('\n')