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;
}
|