Quote:
Originally Posted by bigbless
Is there a way to do with 2 digits replacements so that I can get the KoboRoot.tgz file?
|
If you don't need to replace left/right margin in this same patch, you can get one more digit. Example with 150px:
Code:
replace_string = B8A1A4, `%\01\0p\0x\0 \00`, `1\05\00\0p\0x\0 `
Css code: @page{margin:%1px 00px %1px}body{ will change to: @page{margin:150px 0px %1px}body{