From 8e1534ae51d3caf04ddf8536e139834705c3a2e3 Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Thu, 4 Jan 2018 07:32:12 +0100 Subject: [PATCH] Right-align file size column Modeled after, but philosphically distinct from https://github.com/matematikaadit/http/commit/fb8113c1eca54624f72d5089d3d9a6d9bf5e13c3 --- assets/directory_listing.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/directory_listing.html b/assets/directory_listing.html index 3a5f5f1..2026489 100644 --- a/assets/directory_listing.html +++ b/assets/directory_listing.html @@ -32,6 +32,10 @@ color: inherit; } + td:nth-child(4) { + text-align: right; + } + td > a { display: block; text-decoration: none;