<a class="abc">
<span class="def">foo</span>
bar
</a>
How do I target the bar to make it bold - i can not give any css class to it, tried nth child but did not work - tried out nth child like this: but did not work - tested on ff.
abc a:nth-child(2) {
text-weight:bold !important;
}


.abcnotabcand it'sfont-weightnottext-weight. – BoltClock♦ Dec 6 '12 at 7:14