View Single Post
Old 11-14-2018, 07:30 AM   #42
JimmyR
ɴₐɴ
JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.
 
JimmyR's Avatar
 
Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
When converting from ePub to AZW3, this Extra CSS:
Code:
html {
  margin-left: -20px;
  margin-right: -20px;
}
Ends up in the CSS file used by the table of contents of the AZW3:
Code:
li {
    list-style-type: none
    }
a {
    text-decoration: none
    }
a:hover {
    color: red
    }
html {
    margin-left: -20px;
    margin-right: -20px
    }
Only the Table of Contents uses the above extra CSS.
Attached Files
File Type: epub Lorem Ipsum (Test) - Jim Roberts.epub (5.5 KB, 176 views)
File Type: azw3 Lorem Ipsum (Test) - Jim Roberts.azw3 (23.3 KB, 126 views)
JimmyR is offline   Reply With Quote