Created
July 7, 2013 17:10
-
-
Save bridgestew/5944155 to your computer and use it in GitHub Desktop.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment