mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
Update to bengott:avatar@0.7.0
This commit is contained in:
parent
7895141102
commit
61063ca3e1
3 changed files with 4 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Avatar.options = {
|
||||
fallbackType: 'initials',
|
||||
emailHashProperty: 'email_hash'
|
||||
};
|
||||
|
|
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue