summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-09 15:30:21 +0100
committerdefault <nobody@localhost>2022-11-09 15:30:21 +0100
commit80780998bdf80fbae9541bdf61b874dcec9dea19 (patch)
tree7210cc1055c940da86325f93ad7db39eb254725a /utils.c
parente313fc8beea675942848ae8343e9d7458b67467e (diff)
Updated default CSS.
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 e0ca276..3031b83 100644
--- a/utils.c
+++ b/utils.c
@@ -31,6 +31,7 @@ const char *default_css =
"body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em }\n"
"img { max-width: 100% }\n"
".snac-origin { font-size: 85% }\n"
+ ".snac-score { float: right; font-size: 85% }\n"
".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"