From cd8fb8e3490ec6da32b58d2c904cb9bd4917f1c9 Mon Sep 17 00:00:00 2001 From: Jordan Johnson-Doyle Date: Wed, 13 Feb 2019 22:15:38 +0000 Subject: [PATCH] Remove whitespace that messed with clean copy+pastes --- templates/base.html | 5 +---- templates/paste.html | 9 ++++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/templates/base.html b/templates/base.html index c2fa99e..e193ae8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,8 +22,5 @@ {% endblock styles %} - - {% block content %} - {% endblock content %} - +{% block content %}{% endblock content %} \ No newline at end of file diff --git a/templates/paste.html b/templates/paste.html index 1458f18..ba77055 100644 --- a/templates/paste.html +++ b/templates/paste.html @@ -6,11 +6,10 @@ width: 100%; margin: 0; overflow: scroll; - font-family: Courier; - line-height: 1.1; + font-family: inherit; + font-size: 1rem; + line-height: inherit; } {% endblock styles %} -{% block content %} -
{{ content|safe }}
-{% endblock content %} \ No newline at end of file +{% block content %}
{{ content|safe }}
{% endblock content %} \ No newline at end of file -- libgit2 1.7.2