larger avatars in embedded posts

This commit is contained in:
Régis Hanol 2013-08-16 10:14:05 +02:00
parent 946b02533b
commit 865c882a61
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class='topic-meta-data span2'>
<div class='contents'>
<div>
<a href='/users/{{unbound username}}'>{{avatar this imageSize="medium"}}</a>
<a href='/users/{{unbound username}}'>{{avatar this imageSize="large"}}</a>
</div>
<h5 {{bindAttr class="staff new_user"}}><a href='{{unbound usernameUrl}}'>{{breakUp username}}</a></h5>
</div>

View File

@ -461,7 +461,7 @@
background-color: transparent;
@include box-shadow(none);
h5 {
margin-top: 1px;
margin-top: 5px;
font-size: 11px;
line-height: 13px;
}