View Single Post
Old 08-31-2013, 10:39 PM   #5
buffaloseven
Watching the Sky
buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.buffaloseven ought to be getting tired of karma fortunes by now.
 
buffaloseven's Avatar
 
Posts: 239
Karma: 634112
Join Date: Sep 2012
Location: Winnipeg, MB
Device: Kobo Aura
Using the new version of the Kobo driver in Calibre, you can create a file called "kobo_extra.css" in the root of your device's memory with CSS rules that will be applied to books sent to the device. In your case, you could specify a css rule of:

Code:
p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 1.5em; /* optional */
}
This would add those CSS rules to all the books you send to the device, and ensure that it correctly replaces any existing values.
buffaloseven is offline   Reply With Quote