Adding class to have old style

This commit is contained in:
Kcchouette 2021-03-08 17:29:45 +01:00 committed by GitHub
parent d733698b7a
commit d7623d9fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
{% endif %} {% endif %}
<table class="file-list" id="file-list"> <table class="file-list" id="file-list">
<tr> <tr class="heading">
<th id="filename-header">Filename</th> <th id="filename-header">Filename</th>
<th id="size-header">Size</th> <th id="size-header">Size</th>
<th></th> <th></th>
@ -56,4 +56,4 @@
</table> </table>
</body> </body>
</html> </html>