summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 7d51b82..af62aaa 100644
--- a/utils.c
+++ b/utils.c
@@ -38,7 +38,8 @@ const char *default_css =
38 ".snac-top-user-name { font-size: 200% }\n" 38 ".snac-top-user-name { font-size: 200% }\n"
39 ".snac-top-user-id { font-size: 150% }\n" 39 ".snac-top-user-id { font-size: 150% }\n"
40 ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n" 40 ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n"
41 ".snac-author { font-size: 90% }\n" 41 ".snac-author { font-size: 90%; text-decoration: none }\n"
42 ".snac-author-tag { font-size: 90% }\n"
42 ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" 43 ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n"
43 ".snac-top-controls { padding-bottom: 1.5em }\n" 44 ".snac-top-controls { padding-bottom: 1.5em }\n"
44 ".snac-post { border-top: 1px solid #a0a0a0; }\n" 45 ".snac-post { border-top: 1px solid #a0a0a0; }\n"