We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eb33b commit 802bd6fCopy full SHA for 802bd6f
app/assets/stylesheets/protip.css.scss
@@ -309,7 +309,7 @@ body.protip-single {
309
.comment-list {
310
padding-bottom: 10px;
311
312
- > li {
+ li.comment {
313
//margin: 0 70px 30px 70px;
314
margin: 5% 10%;
315
app/views/comments/_comment.html.haml
@@ -1,4 +1,4 @@
1
-%li.cf{:class => top_comment?(comment, comment_counter) ? "top-comment" : "" , :id => "comment_#{comment.id}"}
+%li.cf.comment{:class => top_comment?(comment, comment_counter) ? "top-comment" : "" , :id => "comment_#{comment.id}"}
2
%header.cf
3
.comment-avatar
4
=image_tag(users_image_path(comment.user), :class => 'avatar')
0 commit comments