View Single Post
Old 10-30-2007, 04:36 PM   #88
jbenny
Addict
jbenny has a complete set of Star Wars action figures.jbenny has a complete set of Star Wars action figures.jbenny has a complete set of Star Wars action figures.jbenny has a complete set of Star Wars action figures.
 
Posts: 323
Karma: 358
Join Date: May 2007
Device: Tablet PC and Nokia N800
Although I don't particularly like doing it with an outdent, I just tried it in DE and it does work ok. Using ems does make this scale correctly with font size.

Did you look at the epub I posted? What I was trying to do there was this:
p { margin-left: 4em; }
span.pnum { float:left; width:4em; }
<div>
<span class="pnum">1.1</span>
<p>Now is the time for all good men...</p>
</div>
This works just fine in FF, but DE inserts a newline after the span. I assume that it is a bug in DE, unless I'm missing something obvious.
jbenny is offline   Reply With Quote