daca2-report.py: tweak style more.

[ci skip]
This commit is contained in:
XhmikosR 2014-03-16 13:27:24 +02:00
parent 9e80080738
commit 66e448f0fd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ mainpage.write('<html lang="en">\n')
mainpage.write('<head>\n')
mainpage.write('<meta charset="utf-8">\n')
mainpage.write('<title>DACA2</title>\n')
mainpage.write('<style>td { font-size: 0.9em; } td + td { padding-left: 6em; } table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { content: " \25B4\25BE"; }</style>\n')
mainpage.write('<style>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"; }</style>\n')
mainpage.write('<script src="/site/js/sorttable.js"></script>\n')
mainpage.write('</head>\n')
mainpage.write('<body>\n')