OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Simple CSS customization question


Given the following CSS snippet:

,----
| h3 { font: normal 16px arial; 
|      text-align: right }
| 
| div.article div.titlepage h3 { font: normal small-caps 16px arial; 
|                                text-align: center }
`----

Why are all h3's in my HTML center justified?   The way I understood
the definition, the following represents a hierarchy:

div.article div.titlepage h3

Meaning that only the h3 within the div.titlepage, within the
div.article, would be center justified?

-- 

Thanks,
Jeff



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]