ttrssZoom: fix image width

This commit is contained in:
Andrew Dolgov 2013-04-13 15:41:39 +04:00
parent 5aaae215e8
commit a6e3554e32
1 changed files with 4 additions and 0 deletions

View File

@ -999,6 +999,10 @@ body#ttrssZoom div.footer {
text-align : center;
}
body#ttrssZoom div.postContent img {
max-width : 650px;
}
select.attachments {
display : block;
margin-top : 10px;