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
|