View Single Post
Old 03-09-2016, 10:31 AM   #4
brahms
Enthusiast
brahms began at the beginning.
 
Posts: 43
Karma: 30
Join Date: Feb 2016
Device: none
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
brahms is offline   Reply With Quote