users page images 80x80

This commit is contained in:
Baris Soner Usakli
2013-05-11 22:07:09 -04:00
parent 6d0ac161bc
commit 9ba5490da6
2 changed files with 4 additions and 4 deletions

View File

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

View File

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