Quote:
Originally Posted by DNSB
Looks some some of the stuff that Vellum does in an effort to make dropcaps works over multiple platforms and screen resolutions. Sadly it doesn't work worth crud. My suggestion would be to replace both spans. Note the first find uses [a-z] to match any lower case letter so regex needs to be used. Rinse and repeat as needed.
Code:
<span class="first-letter first-letter-[a-z]"> with <span>
<span class="first-punctuation punctuation-elevated"> with <span>
|
Those search/replace fields appear to have worked. I've just now done the replacements and a cursory inspection looks good. Thanks for that.