summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar shtrophic2025-03-20 22:54:56 +0100
committerGravatar shtrophic2025-03-20 22:54:56 +0100
commit0aeebc177f7f40cd583c65a085c51a9398995135 (patch)
tree7d4c79b675b612ffd16b645f2014dfc9c231c25c /doc
parentMerge remote-tracking branch 'upstream/master' into curl-smtp (diff)
parentVersion 2.74 RELEASED. (diff)
downloadsnac2-0aeebc177f7f40cd583c65a085c51a9398995135.tar.gz
snac2-0aeebc177f7f40cd583c65a085c51a9398995135.tar.xz
snac2-0aeebc177f7f40cd583c65a085c51a9398995135.zip
Merge tag '2.74' into curl-smtp
Version 2.74 RELEASED.
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.52
-rw-r--r--doc/style.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/snac.5 b/doc/snac.5
index d873908..8465403 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -24,7 +24,7 @@ A special subset of Markdown is allowed, including:
24.It bold 24.It bold
25**text between two pairs of asterisks** 25**text between two pairs of asterisks**
26.It italic 26.It italic
27*text between a pair of asterisks* or _between a pair of underscores_ 27*text between a pair of asterisks*
28.It strikethrough text 28.It strikethrough text
29~~text between a pair of tildes~~ 29~~text between a pair of tildes~~
30.It underlined text 30.It underlined text
diff --git a/doc/style.css b/doc/style.css
index 87c5598..027fc43 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -14,6 +14,7 @@ pre { overflow-x: scroll; }
14.snac-top-controls { padding-bottom: 1.5em } 14.snac-top-controls { padding-bottom: 1.5em }
15.snac-post { border-top: 1px solid #a0a0a0; padding-top: 0.5em; padding-bottom: 0.5em; } 15.snac-post { border-top: 1px solid #a0a0a0; padding-top: 0.5em; padding-bottom: 0.5em; }
16.snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; } 16.snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }
17.snac-thread-cont { border-top: 1px dashed #a0a0a0; }
17.snac-textarea { font-family: inherit; width: 100% } 18.snac-textarea { font-family: inherit; width: 100% }
18.snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em } 19.snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }
19.snac-btn-mute { float: right; margin-left: 0.5em } 20.snac-btn-mute { float: right; margin-left: 0.5em }