Merge branch 'double-border-on-no-comments' into 'master'

border bottom for last comment fixes double line issue

Since image uploading isn't working atm. Will upload screenshots when it works again. 
https://unsee.cc/mosapine/
Fixes #3955 

See merge request !2175
This commit is contained in:
Dmitriy Zaporozhets 2015-12-23 15:22:54 +00:00
commit 4e29045410
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;
}
}
}