From 0f85e8b7f820a83559870ce0c00d5ea884475fdc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 31 Aug 2012 22:37:46 -0700 Subject: fixes #4824: scope table grid sizes to .table instead of table --- less/tables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/tables.less') 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); } -- cgit v1.2.3