Child Selectors [Css]

I have brain blockage atm and can’t remember the syntax for this:


<div class="mainInnerTable">
     <div class="mainInfoHdr">Name</div>
     <div class="mainInfoContent">Properties</div>
     <hr noshade class="breakLine">
</div>

And I know I should be able to cut the inner div class names down to ‘hdr’ and ‘content’ by referencing through ‘mainInnerTable’

ie. in my stylesheet --> .mainInnerTable hdr { font-size: 10px; }

Any help on this?

~ Lacuna :love: