diff options
author | default <nobody@localhost> | 2023-06-01 10:11:09 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-01 10:11:09 +0200 |
commit | 76aa8649b5a6c41a925bb25057ea0177716e435a (patch) | |
tree | 83ddda33832f3a9423cd83158f779764a482844e /utils.c | |
parent | 5a1b3d8c27d5fd4b0160963cf2fbdfcdfd1f1ffc (diff) |
Fixed another CSS typo.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ const char *default_css = ".snac-top-user-id { font-size: 150% }\n" ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n" ".snac-author { font-size: 90%; text-decoration: none }\n" - ".snac-author-tag { font-size: 90% }\n" + ".snac-author-tag { font-size: 80% }\n" ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" ".snac-top-controls { padding-bottom: 1.5em }\n" ".snac-post { border-top: 1px solid #a0a0a0; }\n" |