I'd like to restrict word-wrap on the text in a single column of a table. Basically, I want the equivalent of white-space: nowrap on every cell in the second column of the table.
The thing is, I can't really access the html, only the CSS. So, is there a way to do this with CSS only?
EDIT: It really only needs to work with Chrome or most recent browsers.
nth-childbut you'll run into browser compatibility issues (namely IE < 9 and FF up to 3). Can you live with that?