summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-03 18:36:08 +0400
committerAndrew Dolgov <[email protected]>2011-08-03 18:36:08 +0400
commit18eb64a8a1658c5c730fb81e3044ca6577b46192 (patch)
tree1c5da4f6b985bc57ee2a9df01a3848b962d149d6 /tt-rss.css
parente3642715dfb0bca7afa79d9259a9cfd37b6fb45e (diff)
allow marking last headline as read automatically by scrolling below content
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 28c9e9a1d..2f227595e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1543,3 +1543,10 @@ a.bookmarklet {
cursor : pointer;
}
+#headlines-spacer {
+ height : 100%;
+ margin-left : 1px;
+ text-align : center;
+ padding : 1em;
+ color : gray;
+}