summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-11 17:24:34 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-11 17:24:34 +0200
commit80cc1dd89295b4f913706b97008cb92c5f2a58b3 (patch)
treea4c3a2624e9a25c1c622a9107e42f21f4b0dcda5 /css
parent14f9549e2f5e7748efad8d698bebd6236a196d1b (diff)
mark items as read when the title is being hidden under the top edge or when you hit the bottom. also mark items as read when you click on them
Diffstat (limited to 'css')
-rw-r--r--css/news.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index a2359a71d..eeff10e49 100644
--- a/css/news.css
+++ b/css/news.css
@@ -51,7 +51,15 @@ ul.controls li { float: left; }
#rightcontent div.feed_controls div.feed_title { float: left; padding-left: 10px; }
#rightcontent div.feed_controls div.feed_title h1 { font-size: 1.7em; color: #444; padding-top: .5em; }
-#rightcontent ul { box-sizing: border-box; -moz-box-sizing: border-box; overflow: auto; height: 100%; }
+#rightcontent #feed_items {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ overflow: auto;
+ height: 100%;
+}
+
+
+#rightcontent ul { }
#rightcontent div.body { padding: 15px 25px 10px 25px; }
#rightcontent div.body p { line-height: 1.5; margin: 10px 0; }