Quote:
Originally Posted by JSWolf
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
|
Do you need the text-align:justify;? I remove all text-align lines and set the alignment in the ereader's settings. For brevity you could replace all of those margin lines with a single margin:0;.