Remove one border-bottom on the photo page

This commit is contained in:
flaburgan 2014-10-07 08:56:11 +02:00
parent cf6b144712
commit 476f694bca

View file

@ -1,9 +1,15 @@
#main_stream .stream_element, #main_stream .photo {
padding: 10px;
#main_stream .stream_element,
#main_stream > div > .photo {
border-bottom: 1px solid $border-grey;
padding: 10px;
& > .media {
margin: 0;
margin: 0px;
}
}
#main_stream .stream_element {
& > .media {
& > .img > .avatar.small {
height: 50px;
width: 50px;