Quote:
Originally Posted by RbnJrg
Maybe the issue could be fixed by adding:
Code:
margin-left: -1em !important; /* here you must do some experiment */
|
That's basically the workaround I mentioned. I don't think !important has any effect, since this is being applied to a span.drop, and not to div.line, i.e. we are talking of margins for different elements, while !important would be used to override settings for a single element.
Something like that does indeed work in ADE, but I'm afraid it will break elsewhere. In my browser the drop cap is moved off-screen.