snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit fb3bda700caae47f2cb45e8f4a47f4538e8f65ed
parent affab3ab3c6120cb08cc3c649cc1f16698cea679
Author: default <nobody@localhost>
Date:   Fri, 31 May 2024 11:28:31 +0200

Add class .snac-announcement into utils.

Diffstat:
Mutils.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/utils.c b/utils.c @@ -49,6 +49,7 @@ static const char *default_css = ".snac-top-user { text-align: center; padding-bottom: 2em }\n" ".snac-top-user-name { font-size: 200% }\n" ".snac-top-user-id { font-size: 150% }\n" + ".snac-announcement { border: black 1px solid; padding: 0.5em }\n" ".snac-avatar { float: left; height: 2.5em; width: 2.5em; padding: 0.25em }\n" ".snac-author { font-size: 90%; text-decoration: none }\n" ".snac-author-tag { font-size: 80% }\n"