From 6d6aed204fea7c4af195ac7373b7c6612a166ed6 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:28:05 -0600 Subject: [PATCH] -- --- static/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 9f8472d..a26f073 100644 --- a/static/style.css +++ b/static/style.css @@ -31,7 +31,7 @@ } #thread { - margin: 1em; + margin-left: 1em; border: solid 1px black; } @@ -39,11 +39,10 @@ } -#bar { - +#post:not(:last-child) { + border-bottom: 1px solid #ccc; } +#bar { -#post:not(:last-child) { - border-bottom: 1px solid #ccc; } -- 2.39.5