diff --git a/app/static/structure.css b/app/static/structure.css index 0971865c..64cbe713 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -932,6 +932,11 @@ fieldset legend { border-top: solid 1px #bbb; margin-right: 8px; } +.comments > .comment .comment_body hr { + margin-left: 15px; + margin-right: 15px; + opacity: 0.1; +} .comments > .comment:first-child { border-top: none; padding-top: 0; diff --git a/app/static/structure.scss b/app/static/structure.scss index a51099c8..8152ec92 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -552,6 +552,14 @@ html { border-top: solid 1px $grey; margin-right: 8px; + .comment_body { + hr { + margin-left: 15px; + margin-right: 15px; + opacity: 0.1; + } + } + &:first-child { border-top: none; padding-top: 0;