View Single Post
Old 10-09-2013, 08:33 PM   #13
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,087
Karma: 148029447
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by kovidgoyal View Post
I see lots of concern over a non-issue here. As I said before this tool will be a replacement (upgrade) for the Tweak Book functionality in calibre, it will not use code from the conversion module, but instead from the Polish Books module. That code is designed to make minimal changes to the markup/css, unlike conversions. Start up calibre and run Polish Books on a couple of epubs and see what happens.
I do use the font subsetting of Polish Books and I can say it works very well and does not do much changing. It does however change the CSS like this...

Code:
Original CSS

.p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em
}
Code:
New CSS (something like that)

.p {
    margin-top: 0;
    margin-bottom: 0;
   text-indent: 1.2em
   }
I do wish that would not happen and that the CSS would be left alone except for the styles that specifically need to be changed.
JSWolf is offline