Merge pull request #5301 from Flaburgan/fix-new-profile

Remove one border-bottom on the photo page
This commit is contained in:
Steffen van Bergerem 2014-10-09 10:21:46 +02:00
commit d44300c7a2

View file

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