Quote:
Originally Posted by DNSB
Have you tried wrapping your extra CSS for KF8/azw3 in @media amzn-kf8 { .... } selectors? The CSS will only apply to KF8 format ebooks, anything else will just skip it. For example:
Code:
@media amzn-kf8 {
html {
margin-right: -47px;
margin-left: -47px;
break-inside: avoid !important;
}
}
|
Nope. because I don't want that in my ePub. I on;y want the extra CSS in the KF8 eBooks.