From dd318eb6b26b6ca7eccca5bb6377058a87d60f1d Mon Sep 17 00:00:00 2001 From: default Date: Mon, 17 Mar 2025 08:27:38 +0100 Subject: Reverted the usage of _ for italics (they are causing problems). --- doc/snac.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: .It bold **text between two pairs of asterisks** .It italic -*text between a pair of asterisks* or _between a pair of underscores_ +*text between a pair of asterisks* .It strikethrough text ~~text between a pair of tildes~~ .It underlined text -- cgit v1.2.3 From 6a2ea42314e4c2adbe87c8c77b276b74da0dfe64 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 19 Mar 2025 17:09:13 +0100 Subject: Added a default style to the 'snac-thread-cont' class. --- doc/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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; } .snac-top-controls { padding-bottom: 1.5em } .snac-post { border-top: 1px solid #a0a0a0; padding-top: 0.5em; padding-bottom: 0.5em; } .snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; } +.snac-thread-cont { border-top: 1px dashed #a0a0a0; } .snac-textarea { font-family: inherit; width: 100% } .snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em } .snac-btn-mute { float: right; margin-left: 0.5em } -- cgit v1.2.3