Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS styling which way is better Reply To: CSS styling which way is better

#236211
Shikkediel
Participant

If there are more than a few elements, it could be handy and more readable. Of course you could also do this :

.myNewSelector > li > a, .myNewestSelector > span {
color: #fff; 
}