I have an HTML code as follows
<h2><a class="toc-backref" href="#id8">Debug</a></h2>
<a>
<h2>
I've got this in my .css file:
h2.spielbox { margin-bottom:80px; color:#f00; } a.spielbox { text-decoration:none; background-color:#aff; }
I'm wondering how can I apply a style to EVERY h2 that has any class attached to it, and make it so this style does NOT show up on a plain ...