Skip to content

Commit 79dee1e

Browse files
authored
Update ibis gha (#187)
* Switch to ibis-next * Fix failing pdf builds
1 parent a3b4cb6 commit 79dee1e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ebook/en/ibis.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
*/
1212
'author' => 'Bobby Iliev',
1313

14+
/**
15+
* CSS inline style for the page header.
16+
* If you want to skip header, comment the line
17+
*/
18+
'header' => 'font-style: italic; text-align: right; border-bottom: solid 1px #808080;',
19+
20+
/**
21+
* Cover page image configuration.
22+
*/
23+
'cover' => [
24+
'position' => 'position: absolute; left:0; right: 0; top: -.2; bottom: 0;',
25+
'dimensions' => 'width: 210mm; height: 297mm; margin: 0;',
26+
'image' => 'cover.jpg',
27+
],
28+
1429
/**
1530
* The list of fonts to be used in the different themes.
1631
*/

0 commit comments

Comments
 (0)