View Single Post
Old 06-28-2011, 12:28 PM   #170
capnm
Groupie
capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'capnm knows the difference between 'who' and 'whom'
 
Posts: 156
Karma: 10001
Join Date: Feb 2011
Device: sony
Okay, I can't seem to consistently reproduce what's going on

But then it seemed like it might have to do with spaces .... ???

I had time for one last test:
Took a cleaned epub, and before the
@page {margin-right:5.0pt;margin-top:5.0pt;margin-left:5.0pt;margin-bottom:5.0pt; }
you add at the end, I added

Code:
body {text-align: justify; margin-top:1em; margin-left:1em}
body {text-align: justify; margin-top: 1em; margin-left: 1em}
body {text-align: justify;   margin-top:1em;   margin-left:1em}
body {text-align: justify;margin-top:1em;margin-left:1em}
body {text-align: justify;  margin-top:  1em;  margin-left:  1em}
body {text-align: justify;   margin-top:  1em;   margin-left:  1em}
and got
Code:
body {text-align: justify;  margin-top:1em;  margin-left:1em }

body {text-align: justify;  margin-top: 1em;  margin-left: 1em }

body {text-align: justify;    margin-top:1em;    margin-left:1em }

body {text-align: justify }

body {text-align: justify;   margin-top:  1em;   margin-left:  1em }

body {text-align: justify;    margin-top:  1em;    margin-left:  1em }
-officially confused
capnm is offline   Reply With Quote