From 09e13eb6bee55d8d46ed5a39f0f8215a7e0f65e8 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 4 Sep 2024 10:16:55 +0200 Subject: More minor default CSS tweaks. --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.c') diff --git a/utils.c b/utils.c index 082c15e..760342e 100644 --- a/utils.c +++ b/utils.c @@ -55,7 +55,7 @@ static const char *default_css = ".snac-author-tag { font-size: 80% }\n" ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" ".snac-top-controls { padding-bottom: 1.5em }\n" - ".snac-post { border-top: 1px solid #a0a0a0; }\n" + ".snac-post { border-top: 1px solid #a0a0a0; padding-top: 0.5em; padding-bottom: 0.5em; }\n" ".snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }\n" ".snac-textarea { font-family: inherit; width: 100% }\n" ".snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }\n" -- cgit v1.2.3