Quote:
Originally Posted by odedta
Try to validate via idpf just to be on the safe side. It seems far fetched that an epub reader would ignore a simple css rule as that
|
Validates, no errors.
Same with "Flight Crew" in Sigil.
And
http://jigsaw.w3.org/css-validator/validator
Quote:
Originally Posted by Section8
Have you tried an equivalent "margin" such as: "margin: 2em 0 0;" ?
|
Tried all of these. All look about the same in Calibre or Sigil, all have no head space in FBReader.
Code:
.noindent {
display: block;
text-indent: 0;
margin-top: 2em;
}
.noindent {
display: block;
text-indent: 0;
margin-top: 36px;
}
.noindent {
display: block;
text-indent: 0;
margin-top: 36pt;
}
.noindent {
display: block;
text-indent: 0;
margin: 36px 0px 0px 0px;
}
Doesn't anyone here use FBReader?
I sent an email to their support, but no response. They don't seem to have a dedicated forum.
Though I think it's a one-man project and it's free, so I cant complain too much.
Here's the complete CSS just in case anyone sees some weird interaction.
But only "p" should matter, and that has "margin:0".