Update to bengott:avatar@0.7.0

This commit is contained in:
Ben Gott 2014-12-16 20:10:46 -06:00
parent 7895141102
commit 61063ca3e1
3 changed files with 4 additions and 8 deletions

View file

@ -13,7 +13,7 @@ artwells:queue@0.0.3
autoupdate@1.1.3
backbone@1.0.0
base64@1.0.1
bengott:avatar@0.6.0
bengott:avatar@0.7.0
binary-heap@1.0.1
blaze-tools@1.0.1
blaze@2.0.3

View file

@ -1,3 +1,4 @@
Avatar.options = {
fallbackType: 'initials',
emailHashProperty: 'email_hash'
};

View file

@ -131,18 +131,13 @@
border-radius: 0 3px 3px 3px;
font-size:14px;
.comment-main{
margin-left:50px;
margin-left:60px;
}
.user-avatar{
border-radius: 100px;
overflow:hidden;
position:block;
display:block;
float:left;
// img{
// height:40px;
// width:40px;
// display:block;
// }
}
}
.comment-meta{