diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-13 15:41:39 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-13 15:41:39 +0400 |
| commit | a6e3554e32a8371cddb525c9ea092c4a9399b5a2 (patch) | |
| tree | e3129575915f0e60d0ce3842dd82335e9c99216b | |
| parent | 5aaae215e8bf51d56227f216d2cf80bd4266c52f (diff) | |
ttrssZoom: fix image width
| -rw-r--r-- | tt-rss.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css index ba017f1d6..3dfe3bef7 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; |