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 {
height: 54px;
width: 54px;
box-sizing: border-box;
border: 27px #f3f3f3 solid;
background: #f3f3f3;
border-radius: 27px; }
.index .message-list {
display: none; }

View file

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