Quote:
Originally Posted by Frenzie
From your description, maybe something like this?
Code:
p.ls {
text-indent: 0 !important;
margin-top: 1em !important;
}
|
No, maybe I didn't explained it enough.
The book I read uses the "ls" class as a separator (an empty line) between some parts of every chapter.
For some reason this doesn't show up in the book rendering. Maybe the stylesheet is broken or has something that the crengine doesn't support.
Since I can't fix it (no PC), I thought maybe I could replace it with something more standard like a line break..
Edit: just reread your code and saw what you meant..
I'll try it and post the results.

)