diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 3fae0cbc0..2a4d45009 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -122,7 +122,7 @@ div#c-posts { div#a-show { menu#post-sections { - margin-top: 1em; + margin: 0; font-size: $h3_size; li { @@ -156,9 +156,6 @@ div#c-posts { } } -div#c-explore-posts { -} - div#c-post-versions { div#a-index { ins, ins a { diff --git a/app/views/comments/index_by_post.html.erb b/app/views/comments/index_by_post.html.erb index 9926a2065..e520ff501 100644 --- a/app/views/comments/index_by_post.html.erb +++ b/app/views/comments/index_by_post.html.erb @@ -9,7 +9,7 @@ <% @posts.each do |post| %>
- <%= link_to(image_tag(post.preview_file_url, post_path(post)) %> + <%= link_to(image_tag(post.preview_file_url), post_path(post)) %>
<%= render "comments/partials/index/list", :post => post, :comments => post.comments.visible(CurrentUser.user).recent, :show_header => true %>