2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #4824: scope table grid sizes to .table instead of table

This commit is contained in:
Mark Otto
2012-08-31 22:37:46 -07:00
parent beb0b64096
commit 0f85e8b7f8
2 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ table [class*=span],
}
// Change the column widths to account for td/th padding
table {
.table {
.span1 { .tableColumns(1); }
.span2 { .tableColumns(2); }
.span3 { .tableColumns(3); }