Remove border from conversation stream

This commit is contained in:
Steffen van Bergerem 2015-04-01 01:03:15 +02:00
parent bafc3ae70e
commit cb04e40de7

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; }