summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-10-01 15:27:18 -0400
committerDrew DeVault <sir@cmpwn.com>2018-10-01 15:27:18 -0400
commitfed60c0086354cc844a4f9fcc688cd1fa006eea8 (patch)
tree66d40376c192994611f93008823f90d7e1838b16
parentb26170aabcc5c78ab90883ceaf27164e594395d8 (diff)
Add padding between commit summary and diff
-rw-r--r--gitsrht/templates/commit.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitsrht/templates/commit.html b/gitsrht/templates/commit.html
index 88b9f37..1fc0208 100644
--- a/gitsrht/templates/commit.html
+++ b/gitsrht/templates/commit.html
@@ -27,6 +27,7 @@
<div class="event">
<pre>{{diffstat(diff)}}</pre>
</div>
+ <div style="margin-bottom: 3rem"></div>
{# God, working with <pre> tags is such a fucking mess #}
{% for patch in diff %}
<pre style="margin-bottom: 0;"