Converting from EPUB to AZW3 Calibre is generating the following CSS to the <body>
The resources/template/html.css is blank and the value of "Convert settings -> Page setup -> margins" are set to less than 0.
What else could I do to prevent this to happen?
Code:
.calibre {
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
padding-right: 0
}
What else could I do to prevent this to happen?