How to disable CSS property in viewer?
I can't figure out how to disable a CSS property in viewer using the CSS style sheets. I can remove it only with converting in Calibre. For example, if a book has margin-right defined. Things I tried-
margin-right: !important;
margin-right:none !important;
margin-right:auto !important;
margin-right:initial !important;
margin-right:inherit !important;
|