1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

removed layout padding

This commit is contained in:
Fred Chasen 2015-03-03 16:56:33 -05:00
parent 4c5a8c7f12
commit f683402f31
3 changed files with 2013 additions and 1425 deletions

View file

@ -102,7 +102,7 @@ EPUBJS.Layout.ReflowableSpreads.prototype.format = function(_width, _height, _ga
this.colWidth = colWidth;
this.gap = gap;
this.view.document.body.style.paddingRight = gap + "px";
// this.view.document.body.style.paddingRight = gap + "px";
// view.iframe.style.width = this.spreadWidth+"px";
// this.view.element.style.paddingRight = gap+"px";
// view.iframe.style.paddingLeft = gap+"px";