bridgestew
7/7/2013 - 5:10 PM

Specific selector combinations based on the current DOM structure make styles less portable. This is too restrictive, even if it isn't a len

Specific selector combinations based on the current DOM structure make styles less portable. This is too restrictive, even if it isn't a lengthy combination.

.accordion-super h1 {
    color: blue;
    font-family: serif;
    font-size: 20px;
}

.faq h2.question {
    color: blue;
    font-size: 18px;
}

.archive h4 {
    color: green;
    font-family: serif;
    font-size: 14px;
}