I have a jsfiddle I’m working on here, and in both AppleWebkit and Mozilla the “Employer” column header does not match correctly against the column’s contents in regards to spacing.
http://jsfiddle.net/4XyzJ/28/
I have a jsfiddle I’m working on here, and in both AppleWebkit and Mozilla
Share
thelements are centered by default. Give yourths a style oftext-align:left.Updated fiddle: http://jsfiddle.net/4XyzJ/29/
Edit:
The reason that you don’t see the effect on the other columns is that the
ths are all wider than the correspondingtds, making then fill the column widths. Only the lastthis narrower.