summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorXéfir Destiny <xefir@crystalyx.net>2014-06-29 16:38:26 +0200
committerXéfir Destiny <xefir@crystalyx.net>2014-06-29 16:38:26 +0200
commit3049a6042013a7f15cd2398dad95a37325e60259 (patch)
tree89d949af5c4e0e05e4b11b0531bfefa8a7360df9 /css
parente1a7814e0f2c00b6f939f85217a7c5d5e578e129 (diff)
Add img enclosure support
Diffstat (limited to 'css')
-rw-r--r--css/items.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/items.css b/css/items.css
index 04cd0ac63..f1657090e 100644
--- a/css/items.css
+++ b/css/items.css
@@ -300,6 +300,10 @@
padding: 14px 42px 0 49px;
}
+ .feed_item .enclosure img {
+ max-width: 100%;
+ }
+
.feed_item .item_body {
padding: 10px 42px 0 42px;
max-width: 770px;