Possible Duplicate:
CSS Selector that applies to elements with two classes
So I have a '.data-label' class, that has a width and is designed to be part of a 'row' in a table like layout, but I'd also like to have an element with '.inline .data-label', which would dispense with the width but still keep the font settings from '.data-label'
What is the correct css selector for selecting 2 class at once?