diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index fa1e38c74..0359af93f 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -193,6 +193,10 @@ div#c-posts { } } + div.notices { + margin: 1em 0; + } + section { margin-top: 1em; } diff --git a/app/views/comments/partials/index/_header.html.erb b/app/views/comments/partials/index/_header.html.erb index f099de942..47c6b8e43 100644 --- a/app/views/comments/partials/index/_header.html.erb +++ b/app/views/comments/partials/index/_header.html.erb @@ -30,12 +30,5 @@ <% end %> -
There are no comments.
diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index 7b53e6085..23364fc5b 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -53,7 +53,7 @@