Restore default avatars on the index

This commit is contained in:
lilia 2015-01-23 16:30:01 -10:00
parent 5821e0ddee
commit 7827c4c591
2 changed files with 2 additions and 5 deletions

View file

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

View file

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