From c8b04a1395798404a87e27b7a3f69f5d45859a0c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 7 Aug 2013 15:30:01 +0200 Subject: also use title as folder name if text is not on the opml outline element, fix #306 --- css/items.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/items.css b/css/items.css index b99d07789..19abdf909 100644 --- a/css/items.css +++ b/css/items.css @@ -204,7 +204,13 @@ max-width: 770px; font-size: 14px; clear: both; - overflow: auto; + overflow-x: auto; + /*overflow-y: hidden; + height: 80px;*/ + } + + .feed_item .body.opened { + } .feed_item .body p { -- cgit v1.2.3