<style>
body .bPageBlock .pbBody .red .pbSubheader {
background-color:#cA0BBC;
}
body .bPageBlock .pbBody .grey .pbSubheader {
background-color:#c0c0c0;
}
</style>
How do you read this? is this read as: pbSubheader inside red inside pbBody...etc?
Later in the code, the author uses
styleClass="red"
I don't understand it.