aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-31 22:37:46 -0700
committerMark Otto <[email protected]>2012-08-31 22:37:46 -0700
commit0f85e8b7f820a83559870ce0c00d5ea884475fdc (patch)
tree4998209e317c6403653c257a08381abdb346cde1 /less
parentbeb0b640967e69e50d1f813a99e8998e27787fdb (diff)
downloadbootstrap-0f85e8b7f820a83559870ce0c00d5ea884475fdc.tar.xz
bootstrap-0f85e8b7f820a83559870ce0c00d5ea884475fdc.zip
fixes #4824: scope table grid sizes to .table instead of table
Diffstat (limited to 'less')
-rw-r--r--less/tables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less
index 9816d8973..13c37c6e8 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -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); }