Created by: ajrkerr
Hello,
I'm submitting a patch for an adjustment I needed for a project to allow for the grid elements to have both a padding and a border. I thought it might be worthwhile for the bootstrap community at large.
I found that I needed to add padding to some of the spans in the table for a theme, and that it was throwing off the entire grid. I've made a small adjustment, which shouldn't throw off the rest of the grid, which would allow one to add both a border and padding to the same HTML element. The grid can still have child rows, and these have their widths reset based on their inclusion in an existing span.
Adam