From: Emil Williams Date: Sat, 17 May 2025 14:28:05 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=6d6aed204fea7c4af195ac7373b7c6612a166ed6;p=emil-3chen.org.git -- --- 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; }