View Single Post
Old 10-27-2011, 08:51 PM   #6
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Doitsu View Post
You were right. Through trial and error I found out that there was a drop caps style that ADE didn't like:

Code:
   p.newsectioninitial:first-letter {
        font-size:161.8%;
        font-weight: bold;
        }
After deleting this style, which didn't work anyway, the "minor errors" message was no longer displayed.
Code:
p. newsectioninitialfirstletter{
    font-size: 161.8%;
    font-weight: bold;
    line-height: 0
}
That should work fine. Oh it's not a drop cap. A drop cap sits to the right and drops two or three lines.
JSWolf is offline   Reply With Quote