View Single Post
Old 07-26-2013, 05:20 AM   #1
met67
Connoisseur
met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.
 
Posts: 78
Karma: 165868
Join Date: Jan 2012
Device: Nook Touch
Loading a custom CSS on kepub opening

Hi,

I've spent some (interesting...) time strace-ing nickel and found that, on every kepub opening, it searches for this file:
Code:
/mnt/onboard/.kobo/kepub/kepub-book.css
So I tried to create such a file with a single line like this:
Code:
* { -webkit-hyphens: auto; }
and voilą, every book I open gets hyphenated!

This could also used to force other properties like widows/orphans, margin, ecc. ecc.

Last edited by met67; 07-26-2013 at 07:10 AM. Reason: missing 'e'...
met67 is offline   Reply With Quote