add user.avatar with correct size

This commit is contained in:
jomo
2014-05-02 01:16:49 +02:00
parent 000a5e0f82
commit 8c73fcd479
11 changed files with 18 additions and 12 deletions

View File

@@ -556,6 +556,9 @@ tr.spacer {
border: 1px solid;
border-radius: 3px;
color: #222;
display: inline-block;
height: 66px; // 64px + 1px border on each side
width: 66px;
&:hover {
color: #ab0000;
}