Lately in dutch books it is common that they add stupid lines to the .css with the page margins.
Like this:
@page { margin: 3.00em 1.00em 0.70em 1.00em; }
Sometimes in the beginning of the .css but also in the middle or end and much more worse, not in the .css but in every html file.
I now add the following line to
I dont understand always the fully syntax of the patches, can I patch it somewhere (3.17.3 and the other on 3.18.0) so it will always be something like this:
@page { margin: 0.00em 0.00em 0.00em 0.00em!important; } ??
I do now put this in the extra css of calibre but with directly downloaded books (mostly epub) that offcourse doesn't work.
If it is already in the patch, sorry but reading line for line does make it all look to each other,can someone point it out for me ??
|