From 054e159a1183bbd328d24924e4478e7677fade42 Mon Sep 17 00:00:00 2001
From: ubq323
Date: Thu, 22 Jul 2021 17:35:37 +0000
Subject: minor html restructure
---
apioforum/static/style.css | 2 +-
apioforum/templates/base.html | 2 +-
apioforum/templates/view_forum.html | 6 ++++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index 1ee3b14..1f089a0 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -189,7 +189,7 @@ blockquote {
border-left: 3px solid grey;
}
-.search-form {
+.inline-form {
display: inline-block;
}
diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html
index 9cfd7f3..ca1dd87 100644
--- a/apioforum/templates/base.html
+++ b/apioforum/templates/base.html
@@ -12,7 +12,7 @@
{%for thread in threads%}
--
cgit v1.2.3