diff options
| author | Mark Otto <[email protected]> | 2013-08-19 10:43:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 10:43:26 -0700 |
| commit | 723b9b89d7953deb5c6d075dcf27cbc3c4754bca (patch) | |
| tree | 51488afcb36d9662e9869673f43f32aa01ca30c0 | |
| parent | 7bc845abfa7aed4c1647ff537bd8bca80df20da3 (diff) | |
| parent | bfe2dc4109a66d403f8681f2b13aa7291d6aca62 (diff) | |
| download | bootstrap-723b9b89d7953deb5c6d075dcf27cbc3c4754bca.tar.xz bootstrap-723b9b89d7953deb5c6d075dcf27cbc3c4754bca.zip | |
Merge pull request #9864 from boomsb/3.0.0-wip
Update tables.less
| -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; } |
