diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-23 07:22:40 -0500 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:55:28 +0200 |
commit | 44fe2348214cbed2e6e928f9fc042cde4f6a7dd2 (patch) | |
tree | bf8c341b977953bc7cb3e664fb0b82a8534645fd | |
parent | 4110beb134b03abca67d07323c8eef7199e4b17c (diff) |
Helponline: Tweak pagination symbols for improved clarity
Change-Id: I5308fb5f7039db592038f674b390f92779376d6d
-rw-r--r-- | help3xsl/paginathing.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/help3xsl/paginathing.js b/help3xsl/paginathing.js index 8ecc4abd08..3bb88f31d0 100644 --- a/help3xsl/paginathing.js +++ b/help3xsl/paginathing.js @@ -59,10 +59,10 @@ var options = { limitPagination: 6, prevNext: true, firstLast: true, - prevText: '<<', - nextText: '>>', - firstText: '<', - lastText: '>', + prevText: '←', + nextText: '→', + firstText: '⇤', + lastText: '⇥', containerClass: 'pagination-container', ulClass: 'pagination', liClass: 'page', |