Quote:
Originally Posted by ehw
This problem still exists with the most recent version of calibre and the new kindle. The CSS you need to override is actually the internal calibre styles, not anything you'd normally be changing. The following CSS and the "Default Output Profile" gives good results for my 6" Graphite Kindle:
.calibre1 {
margin-left: 0pt;
}
.calibre2 {
margin-left: 0pt;
}
.calibre3 {
margin-left: 0pt;
}
.calibre4 {
margin-left: 0pt;
}
.calibre5 {
margin-left: 0pt;
}
.calibre6 {
margin-left: 0pt;
}
.calibre7 {
margin-left: 0pt;
}
|
Actually the latest version has an option to ignore margins. It is in the conversion settings. Until that was implemented I used that same CSS you posted.