View Single Post
Old 12-20-2013, 04:19 AM   #3
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,550
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by RbnJrg View Post
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.
Jellby is offline   Reply With Quote