postIcon: set maximum image size

This commit is contained in:
Andrew Dolgov 2010-11-11 12:40:05 +03:00
parent f412e5ad48
commit 73d1378f62
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ div.postReply div.postIcon {
float : right; float : right;
border : 0px; border : 0px;
margin : 5px; margin : 5px;
}
div.postReply div.postIcon img {
max-width : 120px;
display : inline; display : inline;
} }