From fcb5c0f9a171ada401ce30718d923b1cc8993994 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Sep 2012 20:38:06 +0200 Subject: automatically resize images when window gets smaller --- css/news.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/news.css b/css/news.css index 1d0a0dc47..b932a1335 100644 --- a/css/news.css +++ b/css/news.css @@ -575,7 +575,7 @@ div.add_parentfolder { } .feed_item div.body img { - max-width: 55em; + max-width: 100%; } .feed_item div.body > img:first-child { -- cgit v1.2.3