diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-23 07:22:40 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-23 07:25:41 -0500 |
commit | 41c6294398f9a3a8ba7c3c66abd4cc14dbbcecd1 (patch) | |
tree | 36969d13ee8765b9072145ff1d7048dd18a5ace5 /help3xsl | |
parent | 2a148c5633a0123356ed870a97d9578039307d1b (diff) |
Helponline: Tweak pagination symbols for improved clarity
Change-Id: I5308fb5f7039db592038f674b390f92779376d6d
Diffstat (limited to 'help3xsl')
-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', |