From 4bb33e0c18b45ae0cc0f87438c8e0432cf6250c1 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 23 Jun 2021 18:53:51 +0000 Subject: with the redesign, this doesn't need to be so wide any more, i think --- apioforum/static/style.css | 3 --- apioforum/templates/view_forum.html | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/apioforum/static/style.css b/apioforum/static/style.css index fcea239..4403f18 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -174,9 +174,6 @@ main { max-width: 60ch; margin: auto; } -main.widemain { - max-width: 120ch; -} blockquote { margin-left: 10px; diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index 3529caa..96c51bb 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -7,8 +7,7 @@ {% endif %} {%endblock%} -{%block nmcontent%} -
+{%block content%} {% if forum.description %} {{forum.description|md|safe}} {% endif %} @@ -81,5 +80,4 @@ {%endfor%} -
{%endblock%} -- cgit v1.2.3