This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] 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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]