$this->lessVariables['z'] = $this->z;
$this->lessVariables['book-page-width'] = $w;
- if ($this->book->parametres->correctCenter && !$this->isMobileFirst()) {
- $this->lessVariables['book-page-correct-width'] = ceil($w) + 1;
- $this->lessVariables['book-page-correct-height'] = ceil($h) + 1;
- } else {
- $this->lessVariables['book-page-correct-width'] = $w;
- $this->lessVariables['book-page-correct-height'] = $h;
- }
+
+ $this->lessVariables['book-page-correct-width'] = $w;
+ $this->lessVariables['book-page-correct-height'] = $h;
+
$this->log('CSS 2');
$this->lessVariables['book-page-height'] = $h;