From d101dd6d0731e35cc9f3fcff67ef34d7761b2a47 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 30 Sep 2018 13:15:07 -0400 Subject: [PATCH] Remove padding on blob
 area

---
 gitsrht/templates/blob.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitsrht/templates/blob.html b/gitsrht/templates/blob.html
index 3c1ba6d..a530ead 100644
--- a/gitsrht/templates/blob.html
+++ b/gitsrht/templates/blob.html
@@ -10,7 +10,7 @@ pre, body {
   margin-bottom: 0;
 }
 
-
+
{{ utils.breadcrumb(ref, repo, path, path_join) }} @@ -45,7 +45,7 @@ pre, body { {% endif %}
-
+
{% if not blob.is_binary %}
-- 2.38.4