View Single Post
Old 12-29-2010, 03:39 AM   #13
MrTissues
Junior Member
MrTissues began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Dec 2010
Device: Kindle 3
Quote:
Originally Posted by ehw View Post
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.
MrTissues is offline   Reply With Quote