Quote:
Originally Posted by DrChiper
Yes, you do as otherwise it does not work in kobo devices. The <body> setting is not inherited by <p> and <div> (which it should, but is not), otherwise I would not have this construct.
I like to make my defaults visible, thank you. Old programming habit. YMMV.
I like to justify just my paragraphs, thank you. YMMV.
That was what I intended: bigger screen, more margin. YMMV.
Boy, that were a lot of "don't-s", don't you think? 
|
This is all you need.
Code:
body {
margin-left: 0.5em;
margin-right: 0.5em;
orphans: 1;
widows: 1;
text-align: justify;
}
I have a Libra 2 and I know it works. Oh and the serif, you also don't need it.
It's a lot of don't because it's a lot of you don't need. It can all be done in body. And yes, it does work.