Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-09-01 09:37:46 +0400
committerMark Otto <markotto@twitter.com>2012-09-01 09:37:46 +0400
commit0f85e8b7f820a83559870ce0c00d5ea884475fdc (patch)
tree4998209e317c6403653c257a08381abdb346cde1 /less/tables.less
parentbeb0b640967e69e50d1f813a99e8998e27787fdb (diff)
fixes #4824: scope table grid sizes to .table instead of table
Diffstat (limited to 'less/tables.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 9816d89738..13c37c6e87 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); }