Skip to content

Commit

Permalink
Inline Comments: Set better CSS styles for our Social Paper page.
Browse files Browse the repository at this point in the history
See #1.
  • Loading branch information
r-a-y committed Aug 21, 2015
1 parent 6fed1d9 commit 20a9161
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assets/css/single.css
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,25 @@ a.comment-edit-link {

/** INLINE COMMENTS **/

#incom_wrapper .incom-comments-wrapper {
border-left: 0;
margin: 0;
padding: 0;
}

#incom_wrapper ul.children {
padding-left: 2em;
}

#incom_wrapper .comment {
border-bottom: 0;
padding: 0;
}

.incom-comments-wrapper #comments-and-form {
width: auto;
margin-left: 15px;
margin-right: 25px;
}

.incom-ref {
Expand Down

0 comments on commit 20a9161

Please sign in to comment.