diff options
| author | Mark Otto <[email protected]> | 2013-03-26 17:12:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-26 17:12:17 -0700 |
| commit | ca31f060a839b957ce3a85d3eaaaae09a78bbeb0 (patch) | |
| tree | f35126669b4914142d6df703633a95e504049811 /less/tables.less | |
| parent | 1e9be3644c51ec6b808728169a4d535062be2c5f (diff) | |
| download | bootstrap-ca31f060a839b957ce3a85d3eaaaae09a78bbeb0.tar.xz bootstrap-ca31f060a839b957ce3a85d3eaaaae09a78bbeb0.zip | |
New grid classes
Diffstat (limited to 'less/tables.less')
| -rw-r--r-- | less/tables.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/tables.less b/less/tables.less index b3045bf07..f70d46396 100644 --- a/less/tables.less +++ b/less/tables.less @@ -179,12 +179,12 @@ th { // ----------------- // Reset default table behavior -table col[class^="span"] { +table col[class*="col-span-"] { float: none; display: table-column; } -table td[class^="span"], -table th[class^="span"] { +table td[class*="col-span-"], +table th[class*="col-span-"] { float: none; display: table-cell; } |
