I have it in the userStyle.css file exposed my the russified firmware, on the reader, after the @font-face region.
I also set margins to zero in other elements.
body {
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0
}
@page {
margin-left:5px;
margin-right:2px;
margin-top:7px;
margin-bottom:1px
}
p {
text-indent:32px;
text-align: justify;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
word-spacing:130%;
line-height:131%;
font-family:"Liberation";
font-size:106%;
color:black;
widows:1;
orphans:1
}
|