fix image dimensions

This commit is contained in:
pixeldesu 2014-11-30 14:08:51 +01:00
parent bf4a90b8b5
commit 98ed4dfe85
1 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@ body {
}
.img-answerbox {
min-height: 64px;
min-width: 64px;
height: 64px;
width: 64px;
min-height: 32px;
min-width: 32px;
height: 32px;
width: 32px;
}
.answerbox-question-text, .answerbox-question-user {