Hey
I want to reduce the margins on my Oasis (using a KF8 ebook).
I use the following css:
html {
margin-left: -45px;
margin-right: -45px;
margin-top: -45px;
margin-bottom: -45px;
}
For left and right it works great but it seems like top and bottom are ignored on the kindle.
I searched the forum but only found threads about left/right margins. Are negative margins for top and bottom not possible on the kindle or am I doing it wrong?