Restore default avatars on the index

pull/749/head
lilia 10 years ago
parent 5821e0ddee
commit 7827c4c591

@ -204,8 +204,7 @@ button {
.index img {
height: 54px;
width: 54px;
box-sizing: border-box;
border: 27px #f3f3f3 solid;
background: #f3f3f3;
border-radius: 27px; }
.index .message-list {
display: none; }

@ -291,9 +291,7 @@ button {
img {
height: 54px;
width: 54px;
// delete next 2 lines
box-sizing: border-box;
border: (54px / 2) $grey_l solid;
background: $grey_l;
border-radius: (54px / 2);
}

Loading…
Cancel
Save