summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/read.html b/read.html
index 8071db4..e8a668f 100644
--- a/read.html
+++ b/read.html
@@ -451,8 +451,8 @@
try {
var a = $("<a>")
.attr('href', '#')
- .html(row.label + " <b>(Loc. " +
- book.pagination.pageFromCfi(row.cfi) + ")</b>")
+ .html(row.label + " <b class='pull-right'>" +
+ book.pagination.pageFromCfi(row.cfi) + "</b>")
.attr('data-cfi', row.cfi)
.click(function() {
book.gotoCfi(a.attr('data-cfi'));
@@ -468,8 +468,8 @@
var a = $("<a>")
.attr('href', '#')
- .html(row.label + " <b>(Loc. " +
- book.pagination.pageFromCfi(row.cfi) + ")</b>")
+ .html(row.label + " <b class='pull-right'>" +
+ book.pagination.pageFromCfi(row.cfi) + "</b>")
.attr('data-cfi', row.cfi)
.click(function() {
book.gotoCfi(a.attr('data-cfi'));