View Single Post
Old 03-09-2016, 01:16 PM   #6
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by brahms View Post
Thanks all.

Here's the relevant css:
One para is without indent, the other with. Both end in blocks on paperwhite.

p.firstpara {
text-indent: 0;
text-align: left;
line-height: 1.3em;
font-size: 1em;
margin: 0 0 0 0;
padding: 0;
font-family: "georgia", serif;
font-weight:normal;
orphans: 2;
widows: 2;
-epub-hyphens:none;
}

p.para {
text-indent: 1.25em;
text-align: left;
line-height: 1.3em;
margin: 0;
padding: 0;
font-family: "georgia", serif;
font-weight:normal;
orphans: 2;
widows: 2;
-epub-hyphens:none;

If there's no media query, is there a way of doing belt and braces in the para markup?

Many thanks for your help - really appreciate it.

Dave

Well, that seems all perfectly normal. Hmph. There has to be something cascading and overriding it. What's your base P style? Do you have one? Do you have anything in the Body setting that might be doing this?

Hitch
Hitch is offline   Reply With Quote