CSS command instead of remove spacing between paragraphs
Hi everybody, is this code correct to use instead of the "remove spacing between paragraphs" in calibre or would there be some other problems created with it:
p {
margin: 0 !important;
padding: 0;
}
It looks great so far and there are no bugs found by calibre after converting.
Thanks a lot for the help.
|