summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-07 15:30:01 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-07 15:30:12 +0200
commitc8b04a1395798404a87e27b7a3f69f5d45859a0c (patch)
tree785ab602ee5cead371a5432b07bd0394666b2c23 /css
parent4c9601da0f23027e02bd9922d6dd8a6ccd28a97c (diff)
also use title as folder name if text is not on the opml outline element, fix #306
Diffstat (limited to 'css')
-rw-r--r--css/items.css8
1 files changed, 7 insertions, 1 deletions
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 {