View Single Post
Old 10-26-2015, 07:02 AM   #76
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
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 ??
Nick_1964 is offline   Reply With Quote