View Single Post
Old 10-22-2010, 01:25 AM   #6
goaspy
Connoisseur
goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.goaspy can eat soup with a fork.
 
goaspy's Avatar
 
Posts: 77
Karma: 9324
Join Date: Feb 2010
Device: Sony PRS-650, Kindle 3
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
}
goaspy is offline   Reply With Quote