diff options
| author | Mark Otto <[email protected]> | 2013-08-19 10:43:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 10:43:45 -0700 |
| commit | 3d5ccc6c6f11f6b233e2cdb33711171b18011c28 (patch) | |
| tree | 9ae9030086d91a380def36cc1726832f81235194 | |
| parent | 48cddf9633c9823a60a63a327bcaa5aa072a8e1d (diff) | |
| parent | 723b9b89d7953deb5c6d075dcf27cbc3c4754bca (diff) | |
| download | bootstrap-3d5ccc6c6f11f6b233e2cdb33711171b18011c28.tar.xz bootstrap-3d5ccc6c6f11f6b233e2cdb33711171b18011c28.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
| -rw-r--r-- | less/tables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/tables.less b/less/tables.less index 17a765482..7543b165a 100644 --- a/less/tables.less +++ b/less/tables.less @@ -137,14 +137,14 @@ th { // // Reset default table behavior -table col[class^="col-"] { +table col[class*="col-"] { float: none; display: table-column; } table { td, th { - &[class^="col-"] { + &[class*="col-"] { float: none; display: table-cell; } |
