diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-11-20 14:03:31 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-11-20 14:09:03 -0500 |
| commit | 0d7dbb395c3bc166f0a6db6d3167531facef62fc (patch) | |
| tree | d04f2dd4e416a1911be67f8b4d80d7e74e0be6b1 /haunt/static/css/style.css | |
| parent | 7092a1977d075001320470d81cc740d33409cc64 (diff) | |
[dynamic] Resolve grievances with dynamic comment form
Diffstat (limited to 'haunt/static/css/style.css')
| -rw-r--r-- | haunt/static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 82bd8da..15af437 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -259,6 +259,10 @@ ul#webmention-container .comment .comment-source-identifier { clear: left; } +#comment-form #captcha-trigger-block label { + display: block; +} + #comment-form label, #comment-form input, #comment-form button { |