Monday, 2 September 2013

dt.last-child not working

dt.last-child not working

Here is a fiddle where I'd like to remove the white border:bottom on the
last child ('Headline Three').
I tried the following CSS, but it didn't work.
#containerr dt.last-child {
border-bottom:none;
}
Any idea what I'm doing wrong?

No comments:

Post a Comment