Quote:
Originally Posted by Toxaris
Wait, are you saying that things like 'h2 + p' for example does not work on some/a lot of readers?
|
I have had them be fussy with MRSDK on my Astak PP
<h2 class="foo1">Chapter</h2>
<p class="foo2">First Words</p>
h2 + p {text-indent:2em;} <<<does not work
h2 + p.foo2 {text-indent:2em;} <<<works