Alrighty if you are into fixing your own epubs, are using version 1.9.17 ad would like your top margin back... add this to the epub's stylesheet:
Code:
@page {
margin-top: 1.00em;
}
Change the 1.00em to whatever you like. I find that gives me enough of a margin myself but you can experiment. %, pt, px units should also work instead of the em if you prefer.