Thread
:
embedded font - now line with embedded font not re-flowing
View Single Post
08-02-2012, 10:07 PM
#
8
JSWolf
Resident Curmudgeon
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
a
pre
will cause text to flow past the margin instead of wrap. So in
Code:
span.firstline {margin-left: -1em; white-space: pre; }
The pre has to go.
Code:
.firstline { margin-left: -1em }
JSWolf
View Public Profile
Find More Posts by JSWolf
Track Posts by JSWolf via RSS