daca2-report.py: fix CSS style.

[ci skip]
This commit is contained in:
XhmikosR 2014-03-16 12:19:52 +02:00
parent 98fcaa7a9e
commit bfd388dc15
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ mainpage.write('<head>\n')
mainpage.write('<meta charset="utf-8">\n')
mainpage.write('<script src="http://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>\n')
mainpage.write('<title>DACA2</title>\n')
mainpage.write('<style>td { font-size: 0.9em; } td + td { padding-left: 6em; }</style>\ntable.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after {\n content: " \25B4\25BE" \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('</head>\n')
mainpage.write('<body>\n')
mainpage.write('<h1>DACA2</h1>\n')