diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-13 15:43:13 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-13 15:43:13 +0400 |
| commit | 542c563c55dac88213479fd1cb8a683cad981cd0 (patch) | |
| tree | 4f0d99f6f5ffb2724cad97214d2d45dd51b7e044 | |
| parent | 1cdb22b6fe1be170831c46c922da2efbab3303aa (diff) | |
use height : auto in ttrssZoom
| -rw-r--r-- | tt-rss.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css index b0f2efe6d..6067ca7d6 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1002,6 +1002,7 @@ body#ttrssZoom div.footer { body#ttrssZoom div.postContent img { max-width : 650px; + height : auto; } select.attachments { |