Forums

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

Home Forums CSS There has got to be an easier way Re: There has got to be an easier way

#49342
floatingDivs
Member

Maybe I’m overthinking this, but couldn’t you do something like have the specified “news” list CSS come before the regular list CSS?

ul#news { … }
ul { }

That way, the “news” list would still retain its CSS while every other list would inherit the standard list?