From fc863e2532bb9adf7386f7e900cdbf7c67c6f527 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 19 May 2017 15:44:03 +1000 Subject: [PATCH] Be explicit that the the first filesize is that of the compressed zip file and that it contains the files beneath. Use the headers in the table that we've styled for --- share/html/index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/share/html/index.html b/share/html/index.html index 9b857a6a..aa91174e 100644 --- a/share/html/index.html +++ b/share/html/index.html @@ -57,7 +57,9 @@ .download-size { color: #999999; } - + .download-description { + padding: 10px; + } .file-list { margin: 50px auto 0 auto; padding: 10px; @@ -67,6 +69,7 @@ .file-list th { padding: 5px; font-weight: bold; + color: #999999; } .file-list td { padding: 5px; @@ -77,8 +80,14 @@

{{ filename }} ▼

-

{{ filesize_human }}

+

{{ filesize_human }} (compressed)

+

This zip file contains the following contents:

+ + + + + {% for info in file_info.dirs %}
TypeNameSize