Skip to content

Commit

Permalink
Update comment styles
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Feb 4, 2016
1 parent 5812fcb commit 9cf52f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions kits/default/scss/radix/_comment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
// --------------------------------------------------
.comment {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid $gray-lighter;

.user-picture {
float: left;
margin-right: 10px;
margin-top: 10px;
margin-right: 15px;
border-radius: 3px;
overflow: hidden;

Expand All @@ -28,6 +28,10 @@
}
}

h4 {
margin-top: 0;
}

.content {
margin: 10px 0;
}
Expand Down

0 comments on commit 9cf52f0

Please sign in to comment.