Skip to content

Commit

Permalink
icon position in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Apr 11, 2016
1 parent 2ed3e24 commit a88d966
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/sass/components/_comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
display: inline-block;
margin-right: 1em;

&:before {
&:after {
font-family: "FontAwesome";
font-weight: 400;
content: "\f112";
margin-right: .53em;
margin-left: .53em;
}

&.comment-edit-link {
&:before {
&:after {
content: "\f040";
}
}
Expand Down Expand Up @@ -225,7 +225,7 @@

#respond {
padding: 2.618em;

.comment-form-author,
.comment-form-email,
.comment-form-url {
Expand Down

0 comments on commit a88d966

Please sign in to comment.