I have the following in my stylesheet.css file, but I can't see that it makes any difference in the heading. Have I done something wrong?
Quote:
html, body {margin: 0; padding: 0; border-width: 0; text-align: justify; font-family: serif;}
@page {margin: 5pt;}
p {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 15;
font-size: 0.9em;
text-align: left;
text-indent: 0em;
h1 {font-size: 1.5em}
h2 {font-size: 1em}
}
|