aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2014-06-08 17:47:42 +0200
committerFrançois Schmidts <francois.schmidts@gmail.com>2014-06-10 20:24:30 +0200
commitcb6a8d8b53bb27755eb9bc040f86a361636d4c6a (patch)
treefb695d763d8fc0b33e512aed8f1442e522d8956e /pyaggr3g470r/templates/layout.html
parentfixes #7 (diff)
downloadnewspipe-cb6a8d8b53bb27755eb9bc040f86a361636d4c6a.tar.gz
newspipe-cb6a8d8b53bb27755eb9bc040f86a361636d4c6a.tar.bz2
newspipe-cb6a8d8b53bb27755eb9bc040f86a361636d4c6a.zip
adding the capacity to mark articles as unread
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index d1040422..8fc88d74 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -27,7 +27,7 @@ deployed on Heroku or on a traditional server." />
height: 0;
}
ul.affix {
- position: fixed;
+ position: fixed;
top: 0px;
}
ul.affix-top {
@@ -102,7 +102,7 @@ deployed on Heroku or on a traditional server." />
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ _('Articles') }} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a accesskey="r" href="/fetch/">{{ _('Fetch') }}</a></li>
- <li><a href="/mark_as_read/">{{ _('Mark all as read') }}</a></li>
+ <li><a href="/mark_as/read/">{{ _('Mark all as read') }}</a></li>
<li role="presentation" class="divider"></li>
<li><a href="/create_feed/">{{ _('Add a feed') }}</a></li>
</ul>
bgstack15