Restore default avatars on the index

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

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

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

Loading…
Cancel
Save