diff --git a/layouts/partials/page-single/comment/staticman.html b/layouts/partials/page-single/comment/staticman.html index 07329cf..ec5aa3c 100644 --- a/layouts/partials/page-single/comment/staticman.html +++ b/layouts/partials/page-single/comment/staticman.html @@ -50,7 +50,7 @@

{{ .comment | markdownify }}

- Reply to this message + Reply to this comment
{{ end }} diff --git a/static/css/staticman.css b/static/css/staticman.css index c4ed40f..34c0af6 100644 --- a/static/css/staticman.css +++ b/static/css/staticman.css @@ -56,6 +56,9 @@ margin-left: 58px; } +.staticman-comments article { + margin: 30px 0px 30px 0px; +} .staticman-comments .static-comment-reply { margin-left: 2em; @@ -65,6 +68,10 @@ margin: 0px 0px 14px 58px; } +.staticman-comments .comment-reply-target { + margin: 0px 0px 0px 58px; +} + .staticman-comments .js-form { margin-top: 30px; }