View Single Post
Old 11-16-2013, 04:53 AM   #1
Derek R
Zealot
Derek R began at the beginning.
 
Derek R's Avatar
 
Posts: 104
Karma: 20
Join Date: Jun 2011
Location: County Down, Northern Ireland
Device: none
h1 heading tags can't be styled via stylsheet

I've just installed Sigil 0.7.4 and I'm in the process of creating my first epub in that version, but for some reason I am unable to style the h1 tags via the stylesheet. I've tried everything I can think of to fix this. The h2 tags can be styled using the stylesheet, but the h1 headings can only be styled if the attributes are applied directly to the tags.

This is what is in the stylesheet:

Code:
h1 {
    text-align: center;
    font-size: 200%;
    }
Has anyone got any ideas as to why this is the case? Am I overlooking something fundamental and really obvious?
Derek R is offline   Reply With Quote