From d1bb2fa1b24ecaa54e1a9fc0cfd95aaa9a4907c9 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 24 Jun 2021 01:04:11 +0000 Subject: unwideify the trunk as well --- 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 da580bf..bb57513 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -189,9 +189,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 d1489c8..b27088d 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -1,8 +1,7 @@ {% extends 'base.html' %} {% from 'common.html' import ts, tag, disp_user, post_url %} {% block header %}

{% block title %}apioforum{%endblock%}

{%endblock%} -{%block nmcontent%} -
+{%block content%}

welcome to the apioforum

forum rules: do not be a bad person. do not do bad things.

{% if g.user %} @@ -47,5 +46,4 @@ {%endfor%} -
{%endblock%} -- cgit v1.2.3