Skip to content

Commit

Permalink
Updated ePub fixed top/bottom margins patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Aug 25, 2018
1 parent 4a22e8e commit 88b6235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/versions/4.10.11591/libnickel.so.1.0.0.yaml/geoffr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,13 @@ ePub fixed top/bottom margins:
Find: "\x20padding-bottom: %1em !important;\n"
Replace: "}@page{margin:00px 00px 00px}body{"
# *** Replacement values start here, don't change anything above ***
- ReplaceString: {Offset: 0x0E, Find: "00", Replace: "25"} # TOP MARGIN: Replacement value is the margin size (two digits) in pixels:
- ReplaceString: {Offset: 0x13, Find: "00", Replace: "00"} # BOTTOM MARGIN: Replacement value is the margin size (two digits) in pixels:
- ReplaceString: {Offset: 0x0E, Find: "00px", Replace: "25px"} # TOP MARGIN: Replacement value is the margin size (two digits) in pixels:
- ReplaceString: {Offset: 0x18, Find: "00px", Replace: "00px"} # BOTTOM MARGIN: Replacement value is the margin size (two digits) in pixels:
#
# Minimum LEFT/RIGHT MARGIN: (This margin will overlap the left/right margin
# set with the adjustment slider, not add to it.) Replacement value is margin
# size (two digits) in pixels:
- ReplaceString: {Offset: 0x18, Find: "00", Replace: "00"}
- ReplaceString: {Offset: 0x13, Find: "00px", Replace: "00px"}

ePub disable built-in body padding-bottom:
- Enabled: no
Expand Down

0 comments on commit 88b6235

Please sign in to comment.