summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-06-01 10:11:09 +0200
committerGravatar default2023-06-01 10:11:09 +0200
commit76aa8649b5a6c41a925bb25057ea0177716e435a (patch)
tree83ddda33832f3a9423cd83158f779764a482844e
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-76aa8649b5a6c41a925bb25057ea0177716e435a.tar.gz
snac2-76aa8649b5a6c41a925bb25057ea0177716e435a.tar.xz
snac2-76aa8649b5a6c41a925bb25057ea0177716e435a.zip
Fixed another CSS typo.
-rw-r--r--doc/style.css4
-rw-r--r--utils.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css
index 30ff234..41f7b33 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -7,7 +7,7 @@ img { max-width: 100% }
7.snac-top-user-id { font-size: 150% } 7.snac-top-user-id { font-size: 150% }
8.snac-avatar { float: left; height: 2.5em; padding: 0.25em } 8.snac-avatar { float: left; height: 2.5em; padding: 0.25em }
9.snac-author { font-size: 90%; text-decoration: none } 9.snac-author { font-size: 90%; text-decoration: none }
10.snac-author-tag { font-size: 90% } 10.snac-author-tag { font-size: 80% }
11.snac-pubdate { color: #a0a0a0; font-size: 90% } 11.snac-pubdate { color: #a0a0a0; font-size: 90% }
12.snac-top-controls { padding-bottom: 1.5em } 12.snac-top-controls { padding-bottom: 1.5em }
13.snac-post { border-top: 1px solid #a0a0a0; } 13.snac-post { border-top: 1px solid #a0a0a0; }
@@ -15,7 +15,9 @@ img { max-width: 100% }
15.snac-textarea { font-family: inherit; width: 95% } 15.snac-textarea { font-family: inherit; width: 95% }
16.snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em } 16.snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }
17.snac-btn-mute { float: right; margin-left: 0.5em } 17.snac-btn-mute { float: right; margin-left: 0.5em }
18.snac-btn-unmute { float: right; margin-left: 0.5em }
18.snac-btn-follow { float: right; margin-left: 0.5em } 19.snac-btn-follow { float: right; margin-left: 0.5em }
19.snac-btn-unfollow { float: right; margin-left: 0.5em } 20.snac-btn-unfollow { float: right; margin-left: 0.5em }
21.snac-btn-hide { float: right; margin-left: 0.5em }
20.snac-btn-delete { float: right; margin-left: 0.5em } 22.snac-btn-delete { float: right; margin-left: 0.5em }
21.snac-footer { margin-top: 2em; font-size: 75% } 23.snac-footer { margin-top: 2em; font-size: 75% }
diff --git a/utils.c b/utils.c
index af62aaa..1c03fee 100644
--- a/utils.c
+++ b/utils.c
@@ -39,7 +39,7 @@ const char *default_css =
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%; text-decoration: none }\n" 41 ".snac-author { font-size: 90%; text-decoration: none }\n"
42 ".snac-author-tag { font-size: 90% }\n" 42 ".snac-author-tag { font-size: 80% }\n"
43 ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" 43 ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n"
44 ".snac-top-controls { padding-bottom: 1.5em }\n" 44 ".snac-top-controls { padding-bottom: 1.5em }\n"
45 ".snac-post { border-top: 1px solid #a0a0a0; }\n" 45 ".snac-post { border-top: 1px solid #a0a0a0; }\n"