View Single Post
Old 11-11-2014, 03:32 AM   #14
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by Tanjamuse View Post
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?
Yes...

You have placed the code for the headers inside the paragraph selector.
Code:
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}
Toxaris is offline   Reply With Quote