1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:25:55 +00:00

postIcon: set maximum image size

This commit is contained in:
Andrew Dolgov
2010-11-11 12:40:05 +03:00
parent f412e5ad48
commit 73d1378f62

View File

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