summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 12:40:05 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 12:40:05 +0300
commit73d1378f62bc13025ed39518bd25e7c1d3198e4b (patch)
treef578d9494918a48a744e14f5bc814fd4b9a60875 /tt-rss.css
parentf412e5ad48ad6d4341f2746e52f289e0a51ab190 (diff)
postIcon: set maximum image size
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d44952c77..0fbd1d93e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -53,6 +53,10 @@ div.postReply div.postIcon {
float : right;
border : 0px;
margin : 5px;
+}
+
+div.postReply div.postIcon img {
+ max-width : 120px;
display : inline;
}