From fd8cca2ef3a652a2918b810987265c3bff682885 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 30 Sep 2018 13:10:57 -0400 Subject: [PATCH] Remove whitespace from bottom of blob page --- gitsrht/templates/blob.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gitsrht/templates/blob.html b/gitsrht/templates/blob.html index 65727fc..3c1ba6d 100644 --- a/gitsrht/templates/blob.html +++ b/gitsrht/templates/blob.html @@ -5,6 +5,10 @@ pre { tab-size: {{editorconfig.tab_width()}} } +pre, body { + padding-bottom: 0; + margin-bottom: 0; +}
@@ -42,7 +46,7 @@ pre {
-
+
{% if not blob.is_binary %}
{% for i in range(80) %} {% endfor %}
-- 2.38.4