Merge pull request #5832 from svbergerem/remove-border-conversations

Remove border from conversation stream
This commit is contained in:
Jonne Haß 2015-04-01 03:07:07 +02:00
commit 5c78ab6838

View file

@ -1,4 +1,6 @@
#conversations_container {
.stream_container { border-left: none; }
.stream_element {
border-bottom: 1px solid $border-grey;
&:first-child { border-top: none; }