From 4f379d49f418e09a713dcd99f0c7a96b87922cc3 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 4 Jan 2025 22:19:07 +0100 Subject: [PATCH] style.css: make margin spacing regular for all post intro grandchildren and poster_id --- stylesheets/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index af0a96a8..503d88ee 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -254,9 +254,11 @@ input.delete { scale: 1.05; } -.intro span.subject { +.intro * *, .poster_id { margin-right: 0.3em; +} +.intro span.subject { color: #0F0C5D; font-weight: bold; }