summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar default2025-03-19 17:09:13 +0100
committerGravatar default2025-03-19 17:09:13 +0100
commit6a2ea42314e4c2adbe87c8c77b276b74da0dfe64 (patch)
tree5c9154283aaee205d8861afb6f480de125fa763f /doc
parentHide the first child container if it's empty. (diff)
downloadsnac2-6a2ea42314e4c2adbe87c8c77b276b74da0dfe64.tar.gz
snac2-6a2ea42314e4c2adbe87c8c77b276b74da0dfe64.tar.xz
snac2-6a2ea42314e4c2adbe87c8c77b276b74da0dfe64.zip
Added a default style to the 'snac-thread-cont' class.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css1
1 files changed, 1 insertions, 0 deletions
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 }