Created by: joeybaker
This is a bug fix.
Prior to this change, using the grid system within a table cell wouldn't work because the table grid system would override the defaults. This fix ensures the tablegrid system only affects table cells.
This now works
<table class=table>
<tr>
<td colspan=2>
<div class=span3>
</div>
</td>
</tr>