summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-10-01 15:35:38 -0400
committerDrew DeVault <sir@cmpwn.com>2018-10-01 15:35:38 -0400
commit00243c0f12ff2e9b663a24501f0a239731641822 (patch)
tree5f2775c2f51720e329aa25b97ef35f2b20267992
parent93b959111dcc90223b3785b22f3089b670f59489 (diff)
Reduce margin between commit info and diff
-rw-r--r--gitsrht/templates/commit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsrht/templates/commit.html b/gitsrht/templates/commit.html
index 37db30c..6dd7b0d 100644
--- a/gitsrht/templates/commit.html
+++ b/gitsrht/templates/commit.html
@@ -35,7 +35,7 @@
<div class="event">
<pre>{{diffstat(diff)}}</pre>
</div>
- <div style="margin-bottom: 3rem"></div>
+ <div style="margin-bottom: 2rem"></div>
{# God, working with <pre> tags is such a fucking mess #}
{% for patch in diff %}
<pre style="margin-bottom: 0;"