summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorGravatar default2024-05-31 11:28:31 +0200
committerGravatar default2024-05-31 11:28:31 +0200
commitfb3bda700caae47f2cb45e8f4a47f4538e8f65ed (patch)
treeee3df1f12e6e192b4fae3003f05f536a23870e21 /utils.c
parentMinor tweaks. (diff)
downloadsnac2-fb3bda700caae47f2cb45e8f4a47f4538e8f65ed.tar.gz
snac2-fb3bda700caae47f2cb45e8f4a47f4538e8f65ed.tar.xz
snac2-fb3bda700caae47f2cb45e8f4a47f4538e8f65ed.zip
Add class .snac-announcement into utils.
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 0e8e3be..60cd8dd 100644
--- a/utils.c
+++ b/utils.c
@@ -49,6 +49,7 @@ static const char *default_css =
49 ".snac-top-user { text-align: center; padding-bottom: 2em }\n" 49 ".snac-top-user { text-align: center; padding-bottom: 2em }\n"
50 ".snac-top-user-name { font-size: 200% }\n" 50 ".snac-top-user-name { font-size: 200% }\n"
51 ".snac-top-user-id { font-size: 150% }\n" 51 ".snac-top-user-id { font-size: 150% }\n"
52 ".snac-announcement { border: black 1px solid; padding: 0.5em }\n"
52 ".snac-avatar { float: left; height: 2.5em; width: 2.5em; padding: 0.25em }\n" 53 ".snac-avatar { float: left; height: 2.5em; width: 2.5em; padding: 0.25em }\n"
53 ".snac-author { font-size: 90%; text-decoration: none }\n" 54 ".snac-author { font-size: 90%; text-decoration: none }\n"
54 ".snac-author-tag { font-size: 80% }\n" 55 ".snac-author-tag { font-size: 80% }\n"