From 011e8feccc6524d123afbabe72d7e7edbc0e7ee7 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:19:42 -0600 Subject: [PATCH] -- --- static/style.css | 2 +- tt/img | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 20561c1..0c47a4e 100644 --- a/static/style.css +++ b/static/style.css @@ -38,10 +38,10 @@ body { margin: 2em 1em 2em 0.0em; padding: 0.5em 0em 0.5em 1.5em; border: solid 1px black; - font-size: 1em; } #post { + font-size: 1em; } #post:not(:last-child) { diff --git a/tt/img b/tt/img index 05f223d..ef3dd09 100644 --- a/tt/img +++ b/tt/img @@ -12,12 +12,12 @@ [% FOREACH thread IN threads %]
[% FOREACH post IN thread %] -
+

Anonymous no. [% post.1 %]
[% post.0 %] -
+

[% END %]
[% END %] -- 2.39.5