From dfc65e5a7cfc1f8c562a8210533f33b002cdb313 Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 28 Aug 2016 23:20:25 +0200 Subject: [PATCH] client/general: add < > vim navigation hints For example, in Vimperator, one now can navigate to previous/next page or post by pressing f< or f>. --- client/css/pager.styl | 7 ------- client/html/manual_pager_nav.tpl | 4 ++-- client/html/post.tpl | 4 ++-- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/client/css/pager.styl b/client/css/pager.styl index 9ce97577..df35f3e8 100644 --- a/client/css/pager.styl +++ b/client/css/pager.styl @@ -4,13 +4,6 @@ nav .disabled opacity: .5 - .prev span, - .next span - opacity: 0 - position: absolute - display: block - width: 0 - height: 0 .page position: relative diff --git a/client/html/manual_pager_nav.tpl b/client/html/manual_pager_nav.tpl index 954a8b75..d47df141 100644 --- a/client/html/manual_pager_nav.tpl +++ b/client/html/manual_pager_nav.tpl @@ -7,7 +7,7 @@ @@ -32,7 +32,7 @@ diff --git a/client/html/post.tpl b/client/html/post.tpl index 594611c9..a1f75185 100644 --- a/client/html/post.tpl +++ b/client/html/post.tpl @@ -12,7 +12,7 @@ <% } %> - Next post + < Next post
@@ -26,7 +26,7 @@ <% } %> - Previous post + Previous post >