Why won't "!important" override ":first-line"?
- by bazzlevi
I am trying to do the tutorial in Chapter 6 of the 2nd edition of "CSS: The Missing Manual", and I've run into an issue I'm trying to understand.
I have one style that looks like this:
#main p:first-line {
color: #999999;
font-weight: bold;
}
Later I have another style that looks like this:
#main p.byline {
color: #00994D…