diff options
| author | shtrophic <christoph@liebender.dev> | 2025-03-20 22:54:56 +0100 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2025-03-20 22:54:56 +0100 |
| commit | 0aeebc177f7f40cd583c65a085c51a9398995135 (patch) | |
| tree | 7d4c79b675b612ffd16b645f2014dfc9c231c25c /doc/style.css | |
| parent | 398b733b2c0ff4c96f4de9731a864373842e86d6 (diff) | |
| parent | bd9e9b71d7e039cc2ed971b5f2d54e6553440210 (diff) | |
Merge tag '2.74' into curl-smtp
Version 2.74 RELEASED.
Diffstat (limited to 'doc/style.css')
| -rw-r--r-- | doc/style.css | 1 |
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; } .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 } |