border bottom for last comment fixes double line issue

This commit is contained in:
Jacob Schatz 2015-12-22 11:11:02 -05:00
parent 2309f339c6
commit d0fc2fe288
2 changed files with 1 additions and 2 deletions

View File

@ -79,7 +79,6 @@
padding: $gl-padding;
margin-left: -$gl-padding;
margin-right: -$gl-padding;
border-top: 1px solid $border-color;
margin-bottom: -$gl-padding;
}

View File

@ -128,7 +128,7 @@ ul.notes {
}
&:last-child {
border-bottom: none;
border-bottom: 1px solid $border-color;
}
}
}