postIcon: set maximum image size

master
Andrew Dolgov 14 years ago
parent f412e5ad48
commit 73d1378f62

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

Loading…
Cancel
Save