Limit avatars to 64px

master
Perttu Ahola 2014-04-25 21:26:47 +03:00
parent 2829c5fe27
commit a77fb263ab
1 changed files with 2 additions and 2 deletions

View File

@ -3468,8 +3468,8 @@ fieldset.polls dd div {
}
.postprofile img {
max-width: 96px;
max-height: 96px;
max-width: 64px;
max-height: 64px;
}
.online {