From 2f2d0dc63d6042b27628f29473d26c6b9206e29e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 19 Jun 2012 12:41:05 +0530 Subject: [PATCH] ... --- resources/compiled_coffeescript.zip | Bin 35081 -> 35080 bytes src/calibre/ebooks/oeb/display/paged.coffee | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/compiled_coffeescript.zip b/resources/compiled_coffeescript.zip index c6744d5df742606e2996ba9792904415ff3592ff..20098918ed560b751a4e244033aab9ad59263a37 100644 GIT binary patch delta 95 zcmeC2#MCi~Nj$)tnMH&F1o%=fJ1m@M^7XJZ1H<8s;s(-;rkg#bZ{_f!NK7{9h+_OR fxx2%g>Am`79t~-+0B=?{kbY($yaS}gIzT)Cd&3%` delta 104 zcmeB}#MC*7NjkurnMH&F1Y#2|JA9TqrhY`4fdPc2Cp&h?ZM5W*W->I`>>+(ChZjY~ mWc`jP#=n!hI=q=as88nBkQNK@W@Q5z#0-RYfV6lAhz9^cjvPe* diff --git a/src/calibre/ebooks/oeb/display/paged.coffee b/src/calibre/ebooks/oeb/display/paged.coffee index ef365541ff..3e3d97bf3e 100644 --- a/src/calibre/ebooks/oeb/display/paged.coffee +++ b/src/calibre/ebooks/oeb/display/paged.coffee @@ -185,7 +185,7 @@ class PagedDisplay elem.scrollIntoView() if this.in_paged_mode # Ensure we are scrolled to the column containing elem - this.scroll_to_xpos(absleft(elem)+10) + this.scroll_to_xpos(absleft(elem) + 5) if window? window.paged_display = new PagedDisplay()