Limit avatar size to 96px

master
BlockMen 2014-04-24 23:57:45 +02:00
parent 0d4231f2a6
commit 2829c5fe27
1 changed files with 5 additions and 0 deletions

View File

@ -3467,6 +3467,11 @@ fieldset.polls dd div {
color: #000000;
}
.postprofile img {
max-width: 96px;
max-height: 96px;
}
.online {
background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
background-repeat: no-repeat;