2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

remove table grid sizing, it can use the new default grid columns instead

This commit is contained in:
Mark Otto
2012-09-30 23:59:35 -07:00
parent c82b9d1e7c
commit ecf6077f48
3 changed files with 5 additions and 183 deletions
-7
View File
@@ -472,13 +472,6 @@
.clearfix();
}
// Table columns
.tableColumns(@columnSpan: 1) {
float: none; // undo default grid column styles
width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 16; // 16 is total padding on left and right of table cells
margin-left: 0; // undo default grid column styles
}
// Make a Grid
// Use .makeRow and .makeColumn to assign semantic layouts grid system behavior
.makeRow() {