Name: Anonymous 2010-04-26 21:18
Suddenly i can't define styles for elements within classes/ids. Like this:
.classname {
background-color:#555;
}
.classname p {
color:white;
}
The .classname styles apply, but the .classname p styles don't. I've tried this with a few different classes/elements and it never works. The fuck? did they change this and I just didn't get the memo?
.classname {
background-color:#555;
}
.classname p {
color:white;
}
The .classname styles apply, but the .classname p styles don't. I've tried this with a few different classes/elements and it never works. The fuck? did they change this and I just didn't get the memo?