diff options
Diffstat (limited to 'haunt/static/css/style.css')
| -rw-r--r-- | haunt/static/css/style.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 4f6def3..215a08c 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -249,18 +249,32 @@ ul#webmention-container .comment .comment-source-identifier { /* Comment form. */ -#comment-form label { +#comment-form #commenter-info label, +#comment-form #comment-content label { display: block; width: 20em; float: left; clear: left; } -#comment-form input { +#comment-form label, #comment-form input { + margin-top: 1em; +} + +#comment-form #commenter-info input, +#comment-form #comment-content input { width: 20em; float: left; } +#comment-form #comment-captcha input { + display: block; +} + +#comment-form img { + max-width: 100%; +} + /* Source code. */ pre { |