Merge branch 'master' of github.com:psychobunny/NodeBB

v1.18.x
Julian Lam 12 years ago
commit 9df65da7d4

@ -361,9 +361,9 @@ footer.footer {
height:128px; height:128px;
} }
.user-header-profile-picture { .user-8080-picture {
width:24px; width:80px;
height:24px; height:80px;
} }
.user-picture-label { .user-picture-label {

@ -5,7 +5,7 @@
<div class="users-box well"> <div class="users-box well">
<a href="/users/{users.username}"> <a href="/users/{users.username}">
<img src="{users.picture}"/> <img src="{users.picture}" class="user-8080-picture"/>
</a> </a>
<br/> <br/>
<a href="/users/{users.username}">{users.username}</a> <a href="/users/{users.username}">{users.username}</a>

Loading…
Cancel
Save