summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =
31 "body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em }\n" 31 "body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em }\n"
32 "img { max-width: 100% }\n" 32 "img { max-width: 100% }\n"
33 ".snac-origin { font-size: 85% }\n" 33 ".snac-origin { font-size: 85% }\n"
34 ".snac-score { float: right; font-size: 85% }\n"
34 ".snac-top-user { text-align: center; padding-bottom: 2em }\n" 35 ".snac-top-user { text-align: center; padding-bottom: 2em }\n"
35 ".snac-top-user-name { font-size: 200% }\n" 36 ".snac-top-user-name { font-size: 200% }\n"
36 ".snac-top-user-id { font-size: 150% }\n" 37 ".snac-top-user-id { font-size: 150% }\n"